Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion pages/object-storage/api-cli/setting-cors-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The [CORS standard](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- Installed the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/)
- Installed and configured the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) using a Scaleway API key
- An [Object Storage bucket](/object-storage/how-to/create-a-bucket/)

## CORS overview
Expand Down Expand Up @@ -113,3 +113,9 @@ aws s3api delete-bucket-cors --bucket BUCKETNAME
```

If the operation is successful, no output is returned.

## Troubleshooting

If you encounter errors while using CORS rules with Scaleway Object Storage, make sure you properly configured the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) using Scaleway credentials.

Refer to the [dedicated troubleshooting pages](/object-storage/troubleshooting/) to get more help with Scaleway Object Storage.