Skip to content

docs(obj): update CORS doc MTA-6026 #4949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 13, 2025
Merged
Changes from all commits
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 have properly configured the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) using your Scaleway credentials.

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