0.1.4 • Published 10 years ago

empty-s3-bucket v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Empty S3 Bucket

A simple script to fetch a list of objects on a bucket and delete them all.

Usage:

npm -g install empty-s3-bucket

empty-s3-bucket <bucket_name>

For now, the script is dumb and requires environment settings:

export S3_ACCESS_KEY=<key>
export S3_SECRET=<secret>
export S3_REGION=<region>

Changelog

  • removed config.js, moved settings to CLI
  • made script a binary, globally installable

Plans

No current plans for now, if I need more features, I'll add them. Feel free to PR, I will probably accept anything.

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago