Difference between revisions of "Aws s3api get-bucket-versioning"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} aws s3api get-bucket-versioning == See also == * {{aws s3api}} * {{S3}} Category:AWS")
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3api/get-bucket-versioning.html
 +
 +
[[aws s3api]] get-[[bucket]]-versioning --bucket your_bucket_name --output text
 +
[[aws s3api]] get-bucket-versioning --bucket your_bucket_name
 
  [[aws s3api]] get-bucket-versioning  
 
  [[aws s3api]] get-bucket-versioning  
  
 +
aws s3api get-bucket-versioning --bucket your_bucket_name
 +
(no output if versioning disabled)
 +
 +
[[aws s3api]] get-bucket-versioning --bucket your_bucket_name --output text
 +
[[Enabled]]
 +
 +
== Errors ==
 +
aws s3api get-bucket-versioning --bucket your-non-existant-backed
 +
An error occurred ([[NoSuchBucket]]) when calling the [[GetBucketVersioning]] operation: The specified bucket does not exist
 +
 +
 +
[[WARN 0000 The remote state S3 bucket XXX needs to be updated]]
 +
 +
== Related ==
 +
* [[AWS S3 versioning]]
 +
* <code>[[aws s3api get-bucket-policy]]</code>
 +
* <code>[[for i in]]</code>
 +
* [[aws s3api get-bucket-tagging]]
  
 
== See also ==
 
== See also ==
 +
* {{aws s3api versioning}}
 
* {{aws s3api}}
 
* {{aws s3api}}
 
* {{S3}}
 
* {{S3}}
  
 
[[Category:AWS]]
 
[[Category:AWS]]

Latest revision as of 15:53, 20 June 2023

Advertising: