Skip to content

jawnb/s3tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3tool

Fast and simple golang powered S3 management utility.

Created by John Begeman

Usage

s3tool supports a number of commands, each supporting file globbing.

Show whats in a bucket

s3tool ls s3://your.bucket/cat-pictures.*

Would show all your cat-pictures

Remove stuff from a bucket

s3tool rm s3://your.bucket/dog-pictures.*

Would remove all dog pictures from your.bucket

Downloading from a bucket

s3tool get s3://your.bucket/cat-pictures.*

Will download all cat pictures from your.bucket to the current working directory

Build and Install

go get launchpad.net/goamz/aws
go build s3tool.go
export AWS_SECRET_ACCESS_KEY="YOUR-SUPER-SECRET-KEY"
export AWS_ACCESS_KEY_ID="YOUR-ACCESS-ID"
./s3tool ls s3://path.to.your.bucket/*.jpg

About

Fast and simple golang powered S3 management utility.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages