Various Tools that use the AWS Go SDK
s3del
- Removes all objects and versioned objects from a bucket and deletes the bucket.
- Install Go >= v1.7
go get -u github.com/metaltoad/aws-tools/cmd/$COMMAND
(Replace $COMMAND with a one of the commands listed above)
- Install Go >= v1.7
https://golang.org/doc/install
- Clone repo into $GOPATH
git clone [email protected]:metaltoad $GOPATH/src/github.com/metaltoad/aws-tools
- Get the AWS SDK
go get -u github.com/aws/aws-sdk-go
- Add new commands to cmd directory