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

metaltoad/aws-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Metal Toad Developed AWS tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages