curl --request POST \ --url https://api.gcore.com/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name} \ --header 'Authorization: <api-key>'
This response has no body data.
Storage
Create S3 bucket
deprecated
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}
Create S3 bucket
curl --request POST \ --url https://api.gcore.com/storage/provisioning/v1/storage/{storage_id}/s3/bucket/{bucket_name} \ --header 'Authorization: <api-key>'