From e767c0bd2798eef0b4da6bb3b548d9f13f536069 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 12 May 2025 18:01:26 +0200 Subject: [PATCH 1/2] docs(obj): update CORS doc MTA-6026 --- pages/object-storage/api-cli/setting-cors-rules.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/object-storage/api-cli/setting-cors-rules.mdx b/pages/object-storage/api-cli/setting-cors-rules.mdx index 71724cf19f..6c5144ee8a 100644 --- a/pages/object-storage/api-cli/setting-cors-rules.mdx +++ b/pages/object-storage/api-cli/setting-cors-rules.mdx @@ -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 @@ -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. \ No newline at end of file From d7cf247d50a9f2b1740e234ed0870787b3654a30 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Tue, 13 May 2025 10:28:37 +0200 Subject: [PATCH 2/2] Update pages/object-storage/api-cli/setting-cors-rules.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/object-storage/api-cli/setting-cors-rules.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/object-storage/api-cli/setting-cors-rules.mdx b/pages/object-storage/api-cli/setting-cors-rules.mdx index 6c5144ee8a..2780b15cf4 100644 --- a/pages/object-storage/api-cli/setting-cors-rules.mdx +++ b/pages/object-storage/api-cli/setting-cors-rules.mdx @@ -116,6 +116,6 @@ aws s3api delete-bucket-cors --bucket BUCKETNAME ## 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. +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. \ No newline at end of file