https://github.com/ttys3/s3-bucket-remover
simple tool for one who want to remove the whole bucket (including all bucket files )
https://github.com/ttys3/s3-bucket-remover
Last synced: about 1 month ago
JSON representation
simple tool for one who want to remove the whole bucket (including all bucket files )
- Host: GitHub
- URL: https://github.com/ttys3/s3-bucket-remover
- Owner: ttys3
- Created: 2020-05-23T04:36:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T05:51:54.000Z (over 3 years ago)
- Last Synced: 2025-12-19T14:39:44.127Z (7 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# s3-bucket-remover
## usage
```bash
s3-bucket-remover -k ACCESS_KEY -s ACCESS_SECRET -e ENDPOINT -b BUCKET_NAME
```
## available params
```bash
❯ ./s3-bucket-remover -h
Usage of ./s3-bucket-remover:
-b string
bucket to remove
-e string
endpoint
-k string
access Key
-l string
log level (default "info")
-p string
bucket path prefix to remove (default "/")
-r string
region (default "us-east-1")
-s string
secret
-v show app version
```