modulepackage
0.0.0-20211118115828-06a8dc91b59e
Repository: https://github.com/ktasper/awsrm.git
Documentation: pkg.go.dev
# README
AWSRM
- 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
.
Limitations
At the moment all it does is delete S3 buckets.
AWS Credential Loading Order
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