<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Find_Size_of_Amazon_S3_Bucket</id>
	<title>Find Size of Amazon S3 Bucket - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Find_Size_of_Amazon_S3_Bucket"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Find_Size_of_Amazon_S3_Bucket&amp;action=history"/>
	<updated>2026-04-05T16:24:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Find_Size_of_Amazon_S3_Bucket&amp;diff=169&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;'''To find the size of an Amazon S3 Bucket use the following command:'''  &lt;pre&gt; aws s3api list-objects --bucket bucketname --output json --query &quot;[sum(Contents[].Size), length...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Find_Size_of_Amazon_S3_Bucket&amp;diff=169&amp;oldid=prev"/>
		<updated>2016-05-01T19:59:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;To find the size of an Amazon S3 Bucket use the following command:&amp;#039;&amp;#039;&amp;#039;  &amp;lt;pre&amp;gt; aws s3api list-objects --bucket bucketname --output json --query &amp;quot;[sum(Contents[].Size), length...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''To find the size of an Amazon S3 Bucket use the following command:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
aws s3api list-objects --bucket bucketname --output json --query &amp;quot;[sum(Contents[].Size), length(Contents[])]&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This requires you to first run:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
aws configure&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To set up your account credentials with the api.&lt;br /&gt;
&lt;br /&gt;
[[Category:Amazon S3]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>