https://github.com/EverythingMe/ncdu-s3
Run ncdu on S3 buckets
https://github.com/EverythingMe/ncdu-s3
Last synced: 11 months ago
JSON representation
Run ncdu on S3 buckets
- Host: GitHub
- URL: https://github.com/EverythingMe/ncdu-s3
- Owner: EverythingMe
- License: bsd-2-clause
- Created: 2015-09-16T14:52:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T09:47:12.000Z (over 5 years ago)
- Last Synced: 2024-11-28T05:50:29.193Z (over 1 year ago)
- Language: Python
- Size: 538 KB
- Stars: 112
- Watchers: 12
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ncdu-s3
This tool generates [ncdu](http://dev.yorhel.nl/ncdu) formatted JSON data file for S3 buckets

# Usage
```bash
$ sudo pip install ncdu-s3
$ ncdu-s3 s3://my-bucket my-bucket.json
$ ncdu -f my-bucket.json
```
Please note you need boto configured for your user before using this tool.
See how to configure boto [here](http://boto3.readthedocs.org/en/latest/guide/configuration.html)