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
Copy file name to clipboardExpand all lines: website/docs/d/cos_buckets.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ In addition to all arguments above, the following attributes are exported:
44
44
*`max_age_seconds` - Specifies time in seconds that browser can cache the response for a preflight request.
45
45
*`cos_bucket_url` - The URL of this cos bucket.
46
46
*`lifecycle_rules` - The lifecycle configuration of a bucket.
47
+
*`abort_incomplete_multipart_upload` - Set the maximum time a multipart upload is allowed to remain running.
48
+
*`days_after_initiation` - Specifies the number of days after the multipart upload starts that the upload must be completed. The maximum value is 3650.
47
49
*`expiration` - Specifies a period in the object's expire.
48
50
*`date` - Specifies the date after which you want the corresponding action to take effect.
49
51
*`days` - 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.html.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,10 @@ The following arguments are supported:
256
256
*`versioning_enable` - (Optional, Bool) Enable bucket versioning. NOTE: The `multi_az` feature is true for the current bucket, cannot disable version control.
257
257
*`website` - (Optional, List) A website object(documented below).
258
258
259
+
The `abort_incomplete_multipart_upload` object of `lifecycle_rules` supports the following:
260
+
261
+
*`days_after_initiation` - (Required, Int) Specifies the number of days after the multipart upload starts that the upload must be completed. The maximum value is 3650.
262
+
259
263
The `cors_rules` object supports the following:
260
264
261
265
*`allowed_headers` - (Required, List) Specifies which headers are allowed.
@@ -273,6 +277,7 @@ The `expiration` object of `lifecycle_rules` supports the following:
273
277
The `lifecycle_rules` object supports the following:
274
278
275
279
*`filter_prefix` - (Required, String) Object key prefix identifying one or more objects to which the rule applies.
280
+
*`abort_incomplete_multipart_upload` - (Optional, Set) Set the maximum time a multipart upload is allowed to remain running.
276
281
*`expiration` - (Optional, Set) Specifies a period in the object's expire (documented below).
277
282
*`id` - (Optional, String) A unique identifier for the rule. It can be up to 255 characters.
278
283
*`non_current_expiration` - (Optional, Set) Specifies when non current object versions shall expire.
0 commit comments