Update bucket settings
PUT/v1/providers/:provider_id/orgs/:org_id/buckets/:bucket_name
Updates the bucket settings like public access, storage class, and object ACL.
Request
Path Parameters
provider_id stringrequired
Provider ID
org_id stringrequired
Organization ID
bucket_name stringrequired
Bucket name
- application/json
Body
required
public boolean
If set to true, the bucket will be publicly accessible. Default is false.
enable_object_acl boolean
If set to true, per object ACL will be enabled. Default is false.
Responses
- 200
- default
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "string"
}
Loading...