- This is a tool for deleting things in AWS that either take a few clicks per item
Why not just use the
aws-cli
?
Feel free to use it, this is a personal project to help me learn golang
.
At the moment all it does is delete S3 buckets.
Taken from the AWS Go SDK Docs here
* Shared Credentials file
* Shared Configuration file
I have chosen not to support AWS $ENV VARS as most of the tools will be used to work across diffrent profiles. So YMMV