GetBucketVersioning
Returns the versioning state of a bucket.
Request Syntax
GET /bucket?versioning HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Bucket name for which you want to get the versioning information.
Required: Yes
Type: String
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<VersioningConfiguration>
<Status>string</Status>
</VersioningConfiguration>Response Body
VersioningConfiguration
Root level tag for the VersioningConfiguration parameters.
Required: Yes
Status
Versioning status of bucket.
Valid Values: Enabled
Possible Error Response
Success
HTTP status code 200.
NoSuchBucket
The specified bucket does not exist.
HTTP status code 404.
InternalError
Request failed because of an internal server error.
HTTP status code 500.