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

https://github.com/everythingme/ncdu-s3

Run ncdu on S3 buckets
https://github.com/everythingme/ncdu-s3

Last synced: 10 months ago
JSON representation

Run ncdu on S3 buckets

Awesome Lists containing this project

README

          

# ncdu-s3
This tool generates [ncdu](http://dev.yorhel.nl/ncdu) formatted JSON data file for S3 buckets

![Screenshot](screenshots.gif)

# 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)