GetBucketLocation
Returns the bucket's region using LocationConstraint of that object. Bucket's region is MSDP LSU.
Request Syntax
GET /bucket?location HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Name of the bucket.
Required: Yes
Type: String
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<LocationConstraint>
<LocationConstraint>string</LocationConstraint>
</LocationConstraint>Response Body
LocationConstraint
Root level tag for the LocationConstraint parameters.
Required: Yes
LocationConstraint
LocationConstraint of that object is MSDP LSU.
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.