Storage
Create S3 bucket
Creates a new bucket within an S3 storage. Only applicable to S3-compatible storages.
Deprecated: Use POST /v4/object_storages/{storage_id}/buckets with {"name": "bucket-name"} instead.
post/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name}
Path parameters
storage_idinteger required
bucket_namestring required
Response
A SuccessResponse is a response that shows that operations was completed successfully