Skip to content

EverythingMe/ncdu-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncdu-s3

This tool generates ncdu formatted JSON data file for S3 buckets

Screenshot

Usage

$ 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