HCP Tenant Management Help


Request line (PUT bucket versioning)

Depending on whether the bucket name is included in the hostname in the S3 compatible request, a request to enable or disable versioning for a bucket has either of these formats:

With the bucket name included in the hostname:

PUT /?versioning HTTP/1.1

With the bucket name following the hostname:

PUT /bucket-name?versioning HTTP/1.1

The versioning query parameter is not case sensitive.

© 2015, 2019 Hitachi Vantara Corporation. All rights reserved.