/s3tree

s3tree is a tree command for Amazon S3

Primary LanguageGo

s3tree

s3tree is a tree command for Amazon S3.

Installation:

$ go get github.com/a8m/s3tree

How to use ?

$ s3tree -b bucket-name -p prefix(optional) [options...]

Remember, your credentials should located at ~/.aws/credentials or as an environment variables: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY

License

MIT