Missing backslash
This commit is contained in:
Pierre Carru 2022-05-19 15:08:40 +02:00 committed by GitHub
parent 39f566edbf
commit 11322e4015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ The ACL must be public so that the AWS STS service can access them.
```bash
aws s3api create-bucket \
--bucket prefix-example-com-oidc-store \
--region us-east-1
--region us-east-1 \
--acl public-read
```