AWS CLI S3 Cheat Sheet/Get bucket versioning state

Inspect the versioning configuration on a bucket.

Section: S3API Bucket Commands

Get bucket versioning state

bash
bash
aws s3api get-bucket-versioning --bucket my-bucket
Explanation

Use this to confirm whether versioning is enabled or suspended.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing S3API Bucket Commands
Enable bucket versioning
Turn on object versioning for a bucket.
OpenIn sheetbashsame section
Create a bucket
Create a new bucket using the low-level API command.
OpenIn sheetbashsame section
Check whether a bucket exists
Probe a bucket with HEAD.
OpenIn sheetbashsame section
Get bucket region
Show the bucket's region or location constraint.
OpenIn sheetbashsame section
Set default encryption
Configure bucket default server-side encryption.
OpenIn sheetbashsame section
Get bucket encryption config
Read the default encryption settings on a bucket.
OpenIn sheetbashsame section