Skip to content

Commit

Permalink
DocFix: IBM-Cloud#3799: Added abort_incomplete_multipart_upload_days …
Browse files Browse the repository at this point in the history
…to argument reference
  • Loading branch information
kavya498 committed Sep 14, 2022
1 parent 8a8326e commit 271e071
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/d/cos_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In addition to all argument reference list, you can access the following attribu
- `abort_incomplete_multipart_upload_days` (List) Nested block with the following structure.

Nested scheme for `abort_incomplete_multipart_upload_days`:
- `days_after_initiation` - (String) Specifies the number of days that govern the automatic cancellation of part upload. Clean up incomplete multi-part uploads after a period of time. Must be a value greater than 0.
- `days_after_initiation` - (Integer) Specifies the number of days that govern the automatic cancellation of part upload. Clean up incomplete multi-part uploads after a period of time. Must be a value greater than 0.
- `enable` - (Bool) A rule can either be `enabled` or `disabled`. A rule is active only when enabled.
- `prefix` - (String) A rule with a prefix will only apply to the objects that match. You can use multiple rules for different actions for different prefixes within the same bucket.
- `rule_id` - (String) Unique identifier for the rule. Rules allow you to set a specific time frame after which objects are deleted. Set Rule ID for cos bucket.
Expand Down
7 changes: 7 additions & 0 deletions website/docs/r/cos_bucket.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,13 @@ resource "ibm_cos_bucket" "cos_bucket" {
## Argument reference
Review the argument references that you can specify for your resource.

- `abort_incomplete_multipart_upload_days` (Optional,List) Nested block with the following structure.

Nested scheme for `abort_incomplete_multipart_upload_days`:
- `days_after_initiation` - (Optional, Integer) Specifies the number of days that govern the automatic cancellation of part upload. Clean up incomplete multi-part uploads after a period of time. Must be a value greater than 0 and less than 3650.
- `enable` - (Required, Bool) A rule can either be `enabled` or `disabled`. A rule is active only when enabled.
- `prefix` - (Optional, String) A rule with a prefix will only apply to the objects that match. You can use multiple rules for different actions for different prefixes within the same bucket.
- `rule_id` - (Optional, String) Unique identifier for the rule. Rules allow you to set a specific time frame after which objects are deleted. Set Rule ID for cos bucket.
- `allowed_ip` - (Optional, Array of string) A list of IPv4 or IPv6 addresses in CIDR notation that you want to allow access to your IBM Cloud Object Storage bucket.
- `activity_tracking`- (List of objects) Object to enable auditing with IBM Cloud Activity Tracker - Optional - Configure your IBM Cloud Activity Tracker service instance and the type of events that you want to send to your service to audit activity against your bucket. For a list of supported actions, see [Bucket actions](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-at-events#at-actions-mngt-2).

Expand Down

0 comments on commit 271e071

Please sign in to comment.