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: "Specifies the storage class to which you want the object to transition. Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.",
592
+
Type: schema.TypeString,
593
+
Required: true,
594
+
Description: "Specifies the storage class to which you want the object to transition. Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.",
Description: "Specifies the storage class to which you want the non current object to transition. Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.",
641
+
Type: schema.TypeString,
642
+
Required: true,
643
+
Description: "Specifies the storage class to which you want the non current object to transition. Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.",
Description: "Object storage type, Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.",
120
+
Type: schema.TypeString,
121
+
Optional: true,
122
+
Computed: true,
123
+
Description: "Object storage type, Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.",
Copy file name to clipboardExpand all lines: website/docs/r/cos_bucket.html.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ The `non_current_expiration` object supports the following:
285
285
286
286
The `non_current_transition` object supports the following:
287
287
288
-
*`storage_class` - (Required, String) Specifies the storage class to which you want the non current object to transition. Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.
288
+
*`storage_class` - (Required, String) Specifies the storage class to which you want the non current object to transition. Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.
289
289
*`non_current_days` - (Optional, Int) Number of days after non current object creation when the specific rule action takes effect.
290
290
291
291
The `origin_domain_rules` object supports the following:
@@ -316,7 +316,7 @@ The `replica_rules` object supports the following:
316
316
317
317
The `transition` object supports the following:
318
318
319
-
*`storage_class` - (Required, String) Specifies the storage class to which you want the object to transition. Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.
319
+
*`storage_class` - (Required, String) Specifies the storage class to which you want the object to transition. Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.
320
320
*`date` - (Optional, String) Specifies the date after which you want the corresponding action to take effect.
321
321
*`days` - (Optional, Int) Specifies the number of days after object creation when the specific rule action takes effect.
Copy file name to clipboardExpand all lines: website/docs/r/cos_bucket_object.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The following arguments are supported:
52
52
*`content` - (Optional, String) Literal string value to use as the object content, which will be uploaded as UTF-8-encoded text.
53
53
*`etag` - (Optional, String) The ETag generated for the object (an MD5 sum of the object content).
54
54
*`source` - (Optional, String) The path to the source file being uploaded to the bucket.
55
-
*`storage_class` - (Optional, String) Object storage type, Available values include `STANDARD`, `STANDARD_IA` and `ARCHIVE`.
55
+
*`storage_class` - (Optional, String) Object storage type, Available values include `STANDARD_IA`, `MAZ_STANDARD_IA`, `INTELLIGENT_TIERING`, `MAZ_INTELLIGENT_TIERING`, `ARCHIVE`, `DEEP_ARCHIVE`. For more information, please refer to: https://cloud.tencent.com/document/product/436/33417.
0 commit comments