From 8f172a378d1553075ef3ebcb00a3ee3feab2c3ba Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 26 Sep 2025 10:53:43 +0200 Subject: [PATCH 1/2] fix(obj): Add info on gpsup --- pages/object-storage/api-cli/setting-cors-rules.mdx | 6 +++++- 1 file changed, 5 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 f991cb75d7..b82104267d 100644 --- a/pages/object-storage/api-cli/setting-cors-rules.mdx +++ b/pages/object-storage/api-cli/setting-cors-rules.mdx @@ -110,6 +110,10 @@ aws s3api delete-bucket-cors --bucket BUCKETNAME ## 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. +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. + +- You have the `ObjectStorageBucketsWrite` or `ObjectStorageFullAccess` [IAM permissions](/iam/how-to/view-permission-sets/). Refer to the [dedicated troubleshooting pages](/object-storage/troubleshooting/) to get more help with Scaleway Object Storage. \ No newline at end of file From 4f1c58130fabe5762348fa5c3238c57964c0aa13 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 29 Sep 2025 11:56:12 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/object-storage/api-cli/setting-cors-rules.mdx b/pages/object-storage/api-cli/setting-cors-rules.mdx index b82104267d..d2e9934373 100644 --- a/pages/object-storage/api-cli/setting-cors-rules.mdx +++ b/pages/object-storage/api-cli/setting-cors-rules.mdx @@ -110,10 +110,10 @@ aws s3api delete-bucket-cors --bucket BUCKETNAME ## Troubleshooting -If you encounter errors while using CORS rules with Scaleway Object Storage, make sure: +If you encounter errors while using CORS rules with Scaleway Object Storage, make sure that: -- You have properly configured the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) using your Scaleway credentials. +- you have configured the [AWS CLI](/object-storage/api-cli/object-storage-aws-cli/) using your Scaleway credentials. -- You have the `ObjectStorageBucketsWrite` or `ObjectStorageFullAccess` [IAM permissions](/iam/how-to/view-permission-sets/). +- you have the `ObjectStorageBucketsWrite` or `ObjectStorageFullAccess` [IAM permissions](/iam/how-to/view-permission-sets/). Refer to the [dedicated troubleshooting pages](/object-storage/troubleshooting/) to get more help with Scaleway Object Storage. \ No newline at end of file