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
- Host: GitHub
- URL: https://github.com/a8m/s3tree
- Owner: a8m
- Created: 2016-01-13T15:12:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T07:08:05.000Z (about 3 years ago)
- Last Synced: 2025-03-25T15:12:26.524Z (about 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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