https://github.com/adambien/eras3r
versioned S3 bucket eraser
https://github.com/adambien/eras3r
aws cli java s3 utility
Last synced: about 2 months ago
JSON representation
versioned S3 bucket eraser
- Host: GitHub
- URL: https://github.com/adambien/eras3r
- Owner: AdamBien
- License: mit
- Created: 2023-03-17T10:06:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T03:29:09.000Z (over 1 year ago)
- Last Synced: 2026-04-20T09:47:21.275Z (3 months ago)
- Topics: aws, cli, java, s3, utility
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eras3r
==
[](https://github.com/AdamBien/eras3r/actions/workflows/main.yml)
eras3r removes a S3 bucket with all its contents. Also works on buckets with versioned objects.
# usage
removes bucket contents:
`eras3r [bucketname]`
removes the bucket:
`eras3r [bucketname] [--remove-bucket]`
or
`java -jar target/eras3r.jar [bucketname] [--remove-bucket]`
the argument: `--remove-bucket` will also remove the bucket
# build
change to the `eras3r` directory and perform:
`mvn clean package`