Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 613 Bytes

Metal Toad AWS Tools

Various Tools that use the AWS Go SDK

Commands

  1. s3del - Removes all objects and versioned objects from a bucket and deletes the bucket.

Install

  1. Install Go >= v1.7
  2. go get -u github.com/metaltoad/aws-tools/cmd/$COMMAND (Replace $COMMAND with a one of the commands listed above)

Develop

  1. Install Go >= v1.7 https://golang.org/doc/install
  2. Clone repo into $GOPATH
    git clone [email protected]:metaltoad $GOPATH/src/github.com/metaltoad/aws-tools
  3. Get the AWS SDK go get -u github.com/aws/aws-sdk-go
  4. Add new commands to cmd directory