S3-Compatible Storage
Create access key
Creates a new access key for an S3-compatible storage. Returns the new access key and secret key. Maximum 2 access keys per storage.
post/storage/v4/object_storages/{storage_id}/access_keys
Path parameters
storage_idinteger required
Storage ID
Response
AccessKeyCreateDataV4
Example response
{
"access_key": "AKIAIOSFODNN7EXAMPLE",
"created_at": "2025-08-05T09:17:02Z",
"secret_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
}