AWS S3: how do I see how much disk space is using

前端 未结 18 1343
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 10:33

I have AWS account. I\'m using S3 to store backups from different servers. The question is there any information in the AWS console about how much disk space is in use in my

相关标签:
18条回答
  • 2020-12-12 10:58

    Well, you can do it also through an S3 client if you prefer a human friendly UI.

    I use CrossFTP, which is free and cross-platform, and there you can right-click on the folder directory -> select "Properties..." -> click on "Calculate" button next to Size and voila.

    0 讨论(0)
  • 2020-12-12 10:59

    s3cmd can show you this by running s3cmd du, optionally passing the bucket name as an argument.

    0 讨论(0)
  • 2020-12-12 10:59

    This is an old inquiry, but since I was looking for the answer I ran across it. Some of the answers made me remember I use S3 Browser to manage data. You can click on a bucket and hit properties and it shows you the total. Pretty simple. I highly recommend the browser: https://s3browser.com/default.aspx?v=6-1-1&fam=x64

    0 讨论(0)
  • 2020-12-12 11:01

    The AWS console wont show you this but you can use Bucket Explorer or Cloudberry Explorer to get the total size of a bucket. Both have free versions available.

    Note: these products still have to get the size of each individual object, so it could take a long time for buckets with lots of objects.

    0 讨论(0)
  • 2020-12-12 11:01

    s3admin is an opensource app (UI) that lets you browse buckets, calculate total size, show largest/smallest files. It's tailored for having a quick overview of your Buckets and their usage.

    0 讨论(0)
  • 2020-12-12 11:04

    Mini John's answer totally worked for me! Awesome... had to add

    --region eu-west-1 
    

    from Europe though

    0 讨论(0)
提交回复
热议问题