Updates bucket CORS, Lifecycle, and/or Policy settings. Supports partial updates - only specified fields will be modified.
Lifecycle: set expiration_days to a positive integer to enable, null or 0 to remove. Negative values return 400.
CORS: set allowed_origins to a non-empty array to configure, empty array to remove.
Policy: set is_public to true/false to update.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
BucketDetailResV4
Globally unique bucket name within the storage. Used as the path prefix when accessing objects via S3 API.
"my-bucket"
Parent storage this bucket belongs to. Use this ID in the URL path for bucket operations.
123