This commit is contained in:
2024-12-28 21:09:18 +11:00
parent 128a1d6854
commit 26f6a6c3a6
3 changed files with 43 additions and 2 deletions

View File

@@ -29,5 +29,5 @@ pip freeze > requirements.txt
The S3 Recent File Cleaner is best run as a once off docker image. The image is already built so can be run with the following command.
```bash
docker run --rm -e S3_ACCESS_KEY=your_access_key -e S3_SECRET_KEY=your_secret_key -e S3_ENDPOINT=your_endpoint s3-recent-file-cleaner
docker run --rm -e S3_ACCESS_KEY=your_access_key -e S3_SECRET_KEY=your_secret_key -e S3_ENDPOINT=your_endpoint liamsgit.dev/liampietralla/s3-recent-file-cleaner:latest
```