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
*`cors_rules` - (Optional, List) A rule of Cross-Origin Resource Sharing (documented below).
307
338
*`enable_intelligent_tiering` - (Optional, Bool) Enable intelligent tiering. NOTE: When intelligent tiering configuration is enabled, it cannot be turned off or modified.
308
-
*`encryption_algorithm` - (Optional, String) The server-side encryption algorithm to use. Valid value is `AES256`.
339
+
*`encryption_algorithm` - (Optional, String) The server-side encryption algorithm to use. Valid value is `AES256` or `KMS`.
309
340
*`force_clean` - (Optional, Bool) Force cleanup all objects before delete bucket.
310
341
*`intelligent_tiering_days` - (Optional, Int) Specifies the limit of days for standard-tier data to low-frequency data in an intelligent tiered storage configuration, with optional days of 30, 60, 90. Default value is 30.
311
342
*`intelligent_tiering_request_frequent` - (Optional, Int) Specify the access limit for converting standard layer data into low-frequency layer data in the configuration. The default value is once, which can be used in combination with the number of days to achieve the conversion effect. For example, if the parameter is set to 1 and the number of access days is 30, it means that objects with less than one visit in 30 consecutive days will be reduced from the standard layer to the low frequency layer.
343
+
*`kms_id` - (Optional, String) The KMS Master Key ID. When `encryption_algorithm` is set to `KMS`, please provide it.
312
344
*`lifecycle_rules` - (Optional, List) A configuration of object lifecycle management (documented below).
313
345
*`log_enable` - (Optional, Bool) Indicate the access log of this bucket to be saved or not. Default is `false`. If set `true`, the access log will be saved with `log_target_bucket`. To enable log, the full access of log service must be granted. [Full Access Role Policy](https://intl.cloud.tencent.com/document/product/436/16920).
314
346
*`log_prefix` - (Optional, String) The prefix log name which saves the access log of this bucket per 5 minutes. Eg. `MyLogPrefix/`. The log access file format is `log_target_bucket`/`log_prefix`{YYYY}/{MM}/{DD}/{time}_{random}_{index}.gz. Only valid when `log_enable` is `true`.
0 commit comments