Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 195 Bytes

File metadata and controls

9 lines (6 loc) · 195 Bytes

The following command retrieves the versioning configuration for a bucket named my-bucket:

aws s3api get-bucket-versioning --bucket my-bucket

Output:

{
    "Status": "Enabled"
}