CreateBucket
Creates a new bucket. The bucket name is global unique for different LSU. Not every string is an acceptable bucket name. For information about bucket naming restrictions, see Bucket naming rules. You must specify Region(=lsu name) in the request body. You are not permitted to create buckets using anonymous requests.
Request Syntax
PUT /bucket HTTP/1.1 Host: msdps3.server:8443
Request Parameters
Bucket
Name of the bucket to be created.
Required: Yes
Type: String
Response Syntax
HTTP/1.1 200
Possible Error Response
Success
HTTP status code 200.
InvalidArgument
Invalid Argument.
HTTP status code 400.
InvalidBucketName
The specified bucket is not valid.
HTTP status code 400.
AccessDenied
Access Denied.
HTTP status code 403.
BucketAlreadyExists
The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.
HTTP status code 409.
InternalError
Request failed because of an internal server error.
HTTP status code 500.