s3du

Inspect Amazon S3 buckets interactively with ncdu


License
GPL-3.0
Install
pip install s3du==0.8

Documentation

s3du

This tool uses ncdu to inspect all your S3 buckets. Inspired by ncdu-s3, which only works with a single bucket.

Usage

$ sudo pip install s3du
$ s3du -i

List only files of the STANDARD class:

$ s3du -i -c STANDARD

Read here on configuring boto.

Changes

2020-03-03:

  • Fixed reading unicode file names.