Skip to content

Commit cca1467

Browse files
authored
doc(object): fix link to canned ACL in bucket configuration (#792)
1 parent ada4f28 commit cca1467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/object_bucket.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The following arguments are supported:
2727

2828
* `name` - (Required) The name of the bucket.
2929
* `tags` - (Optional) A list of tags (key / value) for the bucket.
30-
* `acl` - (Optional) The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl) you want to apply to the bucket.
30+
* `acl` - (Optional) The [canned ACL](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl_overview.html#canned-acl) you want to apply to the bucket.
3131
* `region` - (Optional) The [region](https://developers.scaleway.com/en/quickstart/#region-definition) in which the bucket should be created.
3232
* `versioning` - (Optional) A state of [versioning](https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html) (documented below)
3333
* `cors_rule` - (Optional) A rule of [Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) (documented below).

0 commit comments

Comments
 (0)