summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-02Merge pull request 'Prevent double slashes in full path.' (#1) from ↵fox
wn/ttrss-cache-s3:bugfix/get-full-path into master Reviewed-on: https://dev.tt-rss.org/tt-rss/ttrss-cache-s3/pulls/1
2022-12-02Prevent double slashes in full path.wn_
During housekeeping 'Cache_S3' gets initialized with an empty 'dir' value. This resulted in consecutive forward slashes in 'Cache_S3::get_full_path()', which prevented detection of directories and resulted in an empty list of rules. 'putBucketLifecycleConfiguration' with an empty list of rules causes a malformed XML error with AWS S3.
2022-11-25remove CI, too many dependenciesAndrew Dolgov
2022-11-25give phpstan more ramAndrew Dolgov
2022-11-25give phpstan more ramAndrew Dolgov
2022-11-25bump phpstan mem limitsAndrew Dolgov
2022-11-25add jenkinsfileAndrew Dolgov
2022-11-25add READMEAndrew Dolgov
2022-11-24force basename() on requested filesAndrew Dolgov
2022-11-24implement remove() and support for .no-auto-expiryAndrew Dolgov
2022-11-24implement lifecycle policy handling, code cleanupAndrew Dolgov
2022-11-24fix put method not returning proper resultsAndrew Dolgov
2022-11-24report aws exceptionsAndrew Dolgov
2022-11-24remove touch()Andrew Dolgov
2022-11-23add get_mtime()Andrew Dolgov
2022-11-23initialAndrew Dolgov