Revision history of "Find Size of Amazon S3 Bucket"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:59, 1 May 2016Adam.birds talk contribs 372 bytes +372 Created page with "'''To find the size of an Amazon S3 Bucket use the following command:''' <pre> aws s3api list-objects --bucket bucketname --output json --query "[sum(Contents[].Size), length..."