You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "ACL XML body for multiple grant info. NOTE: this argument will overwrite `acl`. Check https://intl.cloud.tencent.com/document/product/436/7737 for more detail.",
410
430
},
411
431
"encryption_algorithm": {
412
432
Type: schema.TypeString,
@@ -737,6 +757,26 @@ func resourceTencentCloudCosBucketRead(d *schema.ResourceData, meta interface{})
*`bucket` - (Required, ForceNew) The name of a bucket to be created. Bucket format should be [custom name]-[appid], for example `mycos-1258798060`.
237
-
*`acl_body` - (Optional) ACL XML body for multiple grant info.
240
+
*`acl_body` - (Optional) ACL XML body for multiple grant info. NOTE: this argument will overwrite `acl`. Check https://intl.cloud.tencent.com/document/product/436/7737 for more detail.
238
241
*`acl` - (Optional) The canned ACL to apply. Valid values: private, public-read, and public-read-write. Defaults to private.
239
242
*`cors_rules` - (Optional) A rule of Cross-Origin Resource Sharing (documented below).
240
243
*`encryption_algorithm` - (Optional) The server-side encryption algorithm to use. Valid value is `AES256`.
0 commit comments