GetBucketVersioning
Returns the versioning state of a bucket
To retrieve the versioning state of a bucket, you must be the bucket owner.
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The name of the bucket for which to get the versioning information.
Required: Yes
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
VersioningConfiguration
Root level tag for the VersioningConfiguration parameters.
Required: Yes
Status
The versioning state of the bucket.
Type: String
Valid Values: Enabled | Suspended
Examples
Example
This example returns the versioning state of myBucket
.
Example
There are three versioning states:
If you enabled versioning on a bucket, the response is:
Example
If you suspended versioning on a bucket, the response is:
Example
If you never enabled (or suspended) versioning on a bucket, the response is:
Last updated