Browsed by
Tag: disk space

`du` for AWS S3

`du` for AWS S3

I built and open sourced a tool called s3_disk_util last week.  It's meant to help cleanup disk space on your AWS bucket.  Its very similar to the linux command `du`, but for s3. Here's how it works: kevinowocki@local /Users/kevinowocki/Desktop/s3_disk_utils~ % python3 du.py --depth=1 --bucket=BUCKETNAME BUCKETNAME (Cloudwatch bucket size estimate: 22.7GiB) / : 22.7GiB - DIR1/ : 22.6GiB Read the article >>