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
# This lifecycle configuration rule will make that all objects that got a filter key that start with (path1/) be transferred
33
31
# from their default storage class (STANDARD, ONEZONE_IA) to GLACIER after 120 days counting
@@ -112,15 +110,14 @@ The following arguments are supported:
112
110
113
111
*`name` - (Required) The name of the bucket.
114
112
*`tags` - (Optional) A list of tags (key / value) for the bucket.
115
-
*`acl` - (Optional) The canned ACL you want to apply to the bucket.
113
+
*`acl` - (Optional)(Deprecated) The canned ACL you want to apply to the bucket.
116
114
*`region` - (Optional) The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
117
115
*`versioning` - (Optional) A state of [versioning](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html) (documented below)
118
116
*`cors_rule` - (Optional) A rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) (documented below).
119
117
*`force_destroy` - (Optional) Enable deletion of objects in bucket before destroying, locked objects or under legal hold are also deleted and **not** recoverable
120
118
121
-
## The ACL
122
-
123
-
Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl)
119
+
The `acl` attribute is deprecated. See [scaleway_object_bucket_acl](object_bucket_acl.md) resource documentation.
120
+
Please check the [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) documentation for supported values.
0 commit comments