I don't seem to be able to find a total amount of data I have stored in Amazon S3.

Total per bucket is okay, entire total also, and both would be best.

link|improve this question

73% accept rate
feedback

1 Answer

up vote 4 down vote accepted

Go to aws.amazon.com and click Account > Usage Reports

After signing in, select Amazon Simple Storage Service from the Service drop down and then select TimedStorage-ByteHrs from the Usage Types drop down. Select the period of time you want to be reported and use the buttons at the bottom to download the report.

The usage report gives a storage total for each bucket and each day, which is necessary to bill properly for additions and deletions. If all you need is the current total, just select a custom date range that includes only yesterday. If you download in CSV format it should be an easy matter to open the file in a spreadsheet application and sum the storage totals for all the buckets.

link|improve this answer
1  
Oh right, my brain didn't even register the "Account" link! I thought everything took place in the management console... Anyway, thanks for the answer – jfoucher Jul 8 '10 at 20:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.