S3-Compatible Storage
Create S3-compatible storage
Creates a new S3-compatible storage instance in the specified location and returns the storage details including credentials.
post/storage/v4/object_storages
Request body
Example request
{
"location_name": "s-region-1",
"name": "my-storage-prod"
}Response
S3StorageResV4
Example response
{
"access_keys": [
{
"access_key": "AKIAIOSFODNN7EXAMPLE",
"secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
}
],
"address": "luxembourg-2.storage.example.com",
"created_at": "2025-08-05T09:17:02Z",
"full_name": "696-my-storage-prod",
"id": 1,
"location_name": "luxembourg-2",
"name": "my-storage-prod",
"provisioning_status": "active"
}