Bucket
Provides a resource to create a oss bucket and set its attribution.
NOTE: The bucket namespace is shared by all users of the OSS system. Please set bucket name as unique as possible. NOTE: Available since v1.2.0.
Import
OSS bucket can be imported using the bucket name, e.g.
$ pulumi import alicloud:oss/bucket:Bucket bucket bucket-12345678
Properties
The canned ACL to apply. Can be "private", "public-read" and "public-read-write". Defaults to "private".
A rule of Cross-Origin Resource Sharing. The items of core rule are no more than 10 for every OSS bucket. See cors_rule
below.
A configuration of object lifecycle management. See lifecycle_rule
below.
The redundancy type to enable. Can be "LRS", and "ZRS". Defaults to "LRS".
The configuration of referer. See referer_config
below.
The storage class to apply. Can be "Standard", "IA", "Archive", "ColdArchive" and "DeepColdArchive". Defaults to "Standard". "ColdArchive" is available since 1.203.0. "DeepColdArchive" is available since 1.209.0.