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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ The following attributes are exported:
46
46
*`metadata` - Arbitrary string keys and values for user-defined metadata.
47
47
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
48
48
*`namespace` - The Object Storage namespace in which the bucket lives.
49
+
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
49
50
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
50
51
*`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.
51
52
*`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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The following attributes are exported:
57
57
*`metadata` - Arbitrary string keys and values for user-defined metadata.
58
58
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
59
59
*`namespace` - The Object Storage namespace in which the bucket lives.
60
+
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
60
61
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
61
62
*`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.
62
63
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
@@ -44,6 +45,7 @@ The following arguments are supported:
44
45
*`metadata` - (Optional) (Updatable) Arbitrary string, up to 4KB, of keys and values for user-defined metadata.
45
46
*`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
46
47
*`namespace` - (Required) The Object Storage namespace used for the request.
48
+
*`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.
47
49
*`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.
48
50
49
51
@@ -66,6 +68,7 @@ The following attributes are exported:
66
68
*`metadata` - Arbitrary string keys and values for user-defined metadata.
67
69
*`name` - The name of the bucket. Avoid entering confidential information. Example: my-new-bucket1
68
70
*`namespace` - The Object Storage namespace in which the bucket lives.
71
+
*`object_events_enabled` - A property that determines whether events will be generated for operations on objects in this bucket. This is false by default.
69
72
*`object_lifecycle_policy_etag` - The entity tag (ETag) for the live object lifecycle policy on the bucket.
70
73
*`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.
71
74
*`time_created` - The date and time the bucket was created, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
0 commit comments