-
Erick Hitter authoredErick Hitter authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 425 B
s3-object-expirer
Expire (delete) S3 objects older than a given age.
Usage
- Copy
./config/example.s3cfg
to./config/.s3cfg
and enter your bucket details. - Create
./config/bucket
with the name of the bucket to purge. - Create
./config/expire_age_days
with a number that specifies the maximum age of items in the bucket. Anything created more than that many days ago will be purged. docker-compose up