Skip to content
Snippets Groups Projects
Commit d507edda authored by Erick Hitter's avatar Erick Hitter
Browse files

README updates

parent b72d6217
Branches
No related tags found
1 merge request!1MVP
Pipeline #1834 passed
......@@ -4,7 +4,7 @@ Expire (delete) S3 objects older than a given age.
## Usage
1. Copy `./config/example.s3cfg` to `./config/.s3cfg` and enter your bucket details.
1. Copy `./config/example.s3cfg` to `./config/.s3cfg` and enter the required details. Feel free to add any additional `s3cmd` options you desire.
1. Create `./config/bucket` with the name of the bucket to purge.
1. 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.
1. `docker-compose up`
1. Start the monitor: `docker-compose up -d`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment