Skip to content

Commit c260d7e

Browse files
docs(obj): update CORS doc MTA-6026 (#4949)
* docs(obj): update CORS doc MTA-6026 * Update pages/object-storage/api-cli/setting-cors-rules.mdx Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --------- Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com>
1 parent 1d2a03b commit c260d7e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages/object-storage/api-cli/setting-cors-rules.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The [CORS standard](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing)
2020

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

2626
## CORS overview
@@ -113,3 +113,9 @@ aws s3api delete-bucket-cors --bucket BUCKETNAME
113113
```
114114

115115
If the operation is successful, no output is returned.
116+
117+
## Troubleshooting
118+
119+
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.
120+
121+
Refer to the [dedicated troubleshooting pages](/object-storage/troubleshooting/) to get more help with Scaleway Object Storage.

0 commit comments

Comments
 (0)