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/objectstorage_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
@@ -43,11 +43,11 @@ The following attributes are exported:
43
43
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
44
44
*`etag` - The entity tag (ETag) for the bucket.
45
45
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
46
-
*`kms_key_id` - The OCID of a KMS key id used to call KMS to generate data key or decrypt the encrypted data key.
46
+
*`kms_key_id` - The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
47
47
*`metadata` - Arbitrary string keys and values for user-defined metadata.
48
48
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
49
49
*`namespace` - The Object Storage namespace in which the bucket lives.
50
-
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
50
+
*`object_events_enabled` - Whether or not events are emitted for object state changes in this bucket. By default, `objectEventsEnabled`is set to `false`. Set `objectEventsEnabled` to `true` to emit events for object state changes. For more information about events, see [Overview of Events](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
51
51
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
52
52
*`storage_tier` - The storage tier type assigned to the bucket. A bucket is set to 'Standard' tier by default, which means objects uploaded or copied to the bucket will be in the standard storage tier. When the 'Archive' tier type is set explicitly for a bucket, objects uploaded or copied to the bucket will be stored in archive storage. The 'storageTier' property is immutable after bucket is created.
53
53
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
Copy file name to clipboardExpand all lines: website/docs/d/objectstorage_bucket_summaries.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
@@ -54,11 +54,11 @@ The following attributes are exported:
54
54
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
55
55
*`etag` - The entity tag (ETag) for the bucket.
56
56
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
57
-
*`kms_key_id` - The OCID of a KMS key id used to call KMS to generate data key or decrypt the encrypted data key.
57
+
*`kms_key_id` - The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
58
58
*`metadata` - Arbitrary string keys and values for user-defined metadata.
59
59
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
60
60
*`namespace` - The Object Storage namespace in which the bucket lives.
61
-
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
61
+
*`object_events_enabled` - Whether or not events are emitted for object state changes in this bucket. By default, `objectEventsEnabled`is set to `false`. Set `objectEventsEnabled` to `true` to emit events for object state changes. For more information about events, see [Overview of Events](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
62
62
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
63
63
*`storage_tier` - The storage tier type assigned to the bucket. A bucket is set to 'Standard' tier by default, which means objects uploaded or copied to the bucket will be in the standard storage tier. When the 'Archive' tier type is set explicitly for a bucket, objects uploaded or copied to the bucket will be stored in archive storage. The 'storageTier' property is immutable after bucket is created.
64
64
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
Copy file name to clipboardExpand all lines: website/docs/d/objectstorage_object_lifecycle_policy.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
@@ -39,7 +39,7 @@ The following attributes are exported:
39
39
40
40
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
41
41
* `action` - The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the [Archive Storage tier](https://docs.cloud.oracle.com/iaas/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported actions at this time.
42
-
* `is_enabled` - A boolean that determines whether this rule is currently enabled.
42
+
* `is_enabled` - A Boolean that determines whether this rule is currently enabled.
43
43
* `name` - The name of the lifecycle rule to be applied.
44
44
* `object_name_filter` - A filter limiting object names that the rule will apply to.
45
45
* `exclusion_patterns` - An array of glob patterns to match the object names to exclude. An empty array is ignored. Exclusion patterns take precedence over inclusion patterns. A Glob pattern is a sequence of characters to match text. Any character that appears in the pattern, other than the special pattern characters described below, matches itself. Glob patterns must be between 1 and 1024 characters.
Copy file name to clipboardExpand all lines: website/docs/r/objectstorage_bucket.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ The following arguments are supported:
42
42
*`compartment_id` - (Required) (Updatable) The ID of the compartment in which to create the bucket.
43
43
*`defined_tags` - (Optional) (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
44
44
*`freeform_tags` - (Optional) (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45
-
*`kms_key_id` - (Optional) (Updatable) The OCID of a KMS key id used to call KMS to generate the data key or decrypt the encrypted data key.
45
+
*`kms_key_id` - (Optional) (Updatable) The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
46
46
*`metadata` - (Optional) (Updatable) Arbitrary string, up to 4KB, of keys and values for user-defined metadata.
47
47
*`name` - (Required) The name of the bucket. Valid characters are uppercase or lowercase letters, numbers, and dashes. Bucket names must be unique within an Object Storage namespace. Avoid entering confidential information. example: Example: my-new-bucket1
48
48
*`namespace` - (Required) The Object Storage namespace used for the request.
49
-
*`object_events_enabled` - (Optional) (Updatable) A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
49
+
*`object_events_enabled` - (Optional) (Updatable) Whether or not events are emitted for object state changes in this bucket. By default, `objectEventsEnabled`is set to `false`. Set `objectEventsEnabled` to `true` to emit events for object state changes. For more information about events, see [Overview of Events](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
50
50
*`storage_tier` - (Optional) The type of storage tier of this bucket. A bucket is set to 'Standard' tier by default, which means the bucket will be put in the standard storage tier. When 'Archive' tier type is set explicitly, the bucket is put in the Archive Storage tier. The 'storageTier' property is immutable after bucket is created.
51
51
52
52
@@ -65,11 +65,11 @@ The following attributes are exported:
65
65
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
66
66
*`etag` - The entity tag (ETag) for the bucket.
67
67
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
68
-
*`kms_key_id` - The OCID of a KMS key id used to call KMS to generate data key or decrypt the encrypted data key.
68
+
*`kms_key_id` - The OCID of a master encryption key used to call the Key Management service to generate a data encryption key or to encrypt or decrypt a data encryption key.
69
69
*`metadata` - Arbitrary string keys and values for user-defined metadata.
70
70
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
71
71
*`namespace` - The Object Storage namespace in which the bucket lives.
72
-
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
72
+
*`object_events_enabled` - Whether or not events are emitted for object state changes in this bucket. By default, `objectEventsEnabled`is set to `false`. Set `objectEventsEnabled` to `true` to emit events for object state changes. For more information about events, see [Overview of Events](https://docs.cloud.oracle.com/iaas/Content/Events/Concepts/eventsoverview.htm).
73
73
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
74
74
*`storage_tier` - The storage tier type assigned to the bucket. A bucket is set to 'Standard' tier by default, which means objects uploaded or copied to the bucket will be in the standard storage tier. When the 'Archive' tier type is set explicitly for a bucket, objects uploaded or copied to the bucket will be stored in archive storage. The 'storageTier' property is immutable after bucket is created.
75
75
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
Copy file name to clipboardExpand all lines: website/docs/r/objectstorage_object_lifecycle_policy.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
@@ -50,7 +50,7 @@ The following arguments are supported:
50
50
*`namespace` - (Required) The Object Storage namespace used for the request.
51
51
*`rules` - (Optional) (Updatable) The bucket's set of lifecycle policy rules.
52
52
* `action` - (Required) (Updatable) The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the [Archive Storage tier](https://docs.cloud.oracle.com/iaas/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported actions at this time.
53
-
* `is_enabled` - (Required) (Updatable) A boolean that determines whether this rule is currently enabled.
53
+
* `is_enabled` - (Required) (Updatable) A Boolean that determines whether this rule is currently enabled.
54
54
* `name` - (Required) (Updatable) The name of the lifecycle rule to be applied.
55
55
* `object_name_filter` - (Optional) (Updatable) A filter limiting object names that the rule will apply to.
56
56
* `exclusion_patterns` - (Optional) (Updatable) An array of glob patterns to match the object names to exclude. An empty array is ignored. Exclusion patterns take precedence over inclusion patterns. A Glob pattern is a sequence of characters to match text. Any character that appears in the pattern, other than the special pattern characters described below, matches itself. Glob patterns must be between 1 and 1024 characters.
@@ -81,7 +81,7 @@ The following attributes are exported:
81
81
82
82
For an example of this value, see the [PutObjectLifecyclePolicy API documentation](https://docs.cloud.oracle.com/iaas/api/#/en/objectstorage/20160918/ObjectLifecyclePolicy/PutObjectLifecyclePolicy).
83
83
* `action` - The action of the object lifecycle policy rule. Rules using the action 'ARCHIVE' move objects into the [Archive Storage tier](https://docs.cloud.oracle.com/iaas/Content/Archive/Concepts/archivestorageoverview.htm). Rules using the action 'DELETE' permanently delete objects from buckets. 'ARCHIVE' and 'DELETE' are the only two supported actions at this time.
84
-
* `is_enabled` - A boolean that determines whether this rule is currently enabled.
84
+
* `is_enabled` - A Boolean that determines whether this rule is currently enabled.
85
85
* `name` - The name of the lifecycle rule to be applied.
86
86
* `object_name_filter` - A filter limiting object names that the rule will apply to.
87
87
* `exclusion_patterns` - An array of glob patterns to match the object names to exclude. An empty array is ignored. Exclusion patterns take precedence over inclusion patterns. A Glob pattern is a sequence of characters to match text. Any character that appears in the pattern, other than the special pattern characters described below, matches itself. Glob patterns must be between 1 and 1024 characters.
0 commit comments