empty-s3-bucket

0.1.4 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    1
  • 0.1.3
    0
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i empty-s3-bucket

Weekly Downloads

1

Version

0.1.4

License

MIT

Last publish

Collaborators

  • zladuric