Skip to content

jordansissel/s3cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

The first few hits on google for 's3 delete older than' are "How do I do this?"
with no answers...

So, here's a script that will clean old s3 entries that match a pattern.

Requires boto.

% python s3cleaner.py --help
Usage: s3cleaner.py [options]

Options:
  -h, --help        show this help message and exit
  --key=KEY         AWS Access Key
  --secret=SECRET   AWS Access Secret Key
  --maxage=SECONDS  Max age a key(file) can have before we want to delete it
  --regex=REGEX     Only consider keys matching this REGEX
  --bucket=BUCKET   Search for keys in a specific bucket
  --delete          Actually do a delete. If not specified, just list the keys
                    found that match.

About

Amazon S3 file cleaner - delete things older than a certain age, matching a pattern, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages