Difference between revisions of "Aws s3api list-buckets"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
<code>[[aws s3api]] list-buckets [[--output=text]]</code> <ref> https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html </ref>
 
<code>[[aws s3api]] list-buckets [[--output=text]]</code> <ref> https://docs.aws.amazon.com/cli/latest/reference/s3api/list-buckets.html </ref>
  
aws s3api list-buckets --query "Buckets[].Name"
+
*<code>aws s3api list-buckets --query "Buckets[].Name"</code>
  
aws s3api list-buckets
+
<pre>aws s3api list-buckets
  
 
  {
 
  {
Line 15: Line 15:
 
     }
 
     }
 
  }
 
  }
 
+
</pre>
 
  ID is the ID of the [[Owner]]
 
  ID is the ID of the [[Owner]]
  

Revision as of 11:23, 20 September 2021

Advertising: