https://github.com/buildit/deleteversioneds3bucket
Deletes a versioned S3 Bucket using the credentials on the user's computer
https://github.com/buildit/deleteversioneds3bucket
Last synced: over 1 year ago
JSON representation
Deletes a versioned S3 Bucket using the credentials on the user's computer
- Host: GitHub
- URL: https://github.com/buildit/deleteversioneds3bucket
- Owner: buildit
- Created: 2017-10-26T18:19:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T18:21:01.000Z (over 8 years ago)
- Last Synced: 2025-02-04T23:31:49.828Z (over 1 year ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DeleteVersionedS3Bucket
Deletes a versioned S3 Bucket using the credentials on the user's computer
Taken from http://docs.aws.amazon.com/AmazonS3/latest/dev/delete-or-empty-bucket.html#delete-bucket-sdk-java and modified slightly to warn the user that the bucket does not exist but not to throw an error.