Skip to main content

BucketOptions

publicboolean

If set to true, the bucket will be publicly accessible. Default is false.

storage_classStorageClass (string)

Storage class for the bucket. Default is STANDARD.

Possible values: [STANDARD, STANDARD_IA, GLACIER, GLACIER_IR]

enable_object_aclboolean

If set to true, per object ACL will be enabled. Default is false.

BucketOptions
{
"public": true,
"storage_class": "STANDARD",
"enable_object_acl": true
}