chore(kb/aws): iam policy example

This commit is contained in:
Michele Cereda
2024-04-24 19:10:19 +02:00
parent 3edb6b8757
commit dc2b5a3f00
2 changed files with 42 additions and 0 deletions

View File

@@ -63,6 +63,9 @@ aws s3 sync '.' 's3://arn:aws:s3:us-west-2:123456789012:accesspoint/myaccesspoin
# Delete buckets.
aws s3 rb 's3://my-bucket'
aws s3 rb 's3://my-bucket' --force
# Check permissions.
aws s3api get-bucket-acl --bucket 'my-bucket'
```
</details>