Create Bucket (Put Bucket) Description Create a bucket. The default data policy for the user creating the bucket is assigned to the bucket. If a default data policy cannot be determined, the operations fails. No media are initially allotted. This is an Amazon S3 compatible operation. See Put Bucket for Amazon S3 operation details. Also see Create Bucket - Spectra S3. Requests Syntax PUT http[s]:/{datapathDNSname}/{bucket_name}/ {bucket_name} must be unique on the BlackPearl gateway. Responses Response Elements The operation returns status only. Notable status codes: § 200: OK (success) § 400: Bad Request (data policy cannot be determined, bucket name is not allowed) § 403: Forbidden (user does not have permission for the data policy, bucket name is reserved) § 409: Conflict (bucket already exists) Example Sample Request This request creates the bucket named “bucket1”. PUT http://blackpearl-hostname/bucket1 HTTP/1.1 Sample Response HTTP/1.1 200 OK