An open API service indexing awesome lists of open source software.

https://github.com/a8m/s3tree

s3tree is a tree command for Amazon S3
https://github.com/a8m/s3tree

Last synced: about 1 year ago
JSON representation

s3tree is a tree command for Amazon S3

Awesome Lists containing this project

README

          

s3tree
---
> s3tree is a tree command for [Amazon S3](https://aws.amazon.com/s3/).

### Installation:
```sh
$ go get github.com/a8m/s3tree
```

### How to use ?
```sh
$ 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