GetBucketVersioning

Tebi does not currently support bucket versioning. This API call is implemented only for S3 protocol compatibility.

You must have Full ACL to be able to call this action.

The following operations are related to GetBucketVersioning:

Request Syntax

1GET /?versioning HTTP/1.1
2Host: <BUCKET>.s3.tebi.io

The request uses the following URI parameters:

  • <BUCKET>: Name of the bucket for which to get the versioning information. Required.

The request does not have a request body.

Response Syntax

1HTTP/1.1 200
2Content-Length: ContentLength
3Content-Type: application/xml
4
5<?xml version="1.0" encoding="UTF-8"?>
6<VersioningConfiguration>
7</VersioningConfiguration>

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.

See Also

Refer here for more information.