From 4c18177314e5a5fe0c45b374493d6d5be3b61b73 Mon Sep 17 00:00:00 2001 From: Rowena Date: Tue, 3 Dec 2024 10:26:55 +0100 Subject: [PATCH] fix(object): bugs --- storage/object/api-cli/create-bucket-policy.mdx | 1 + storage/object/concepts.mdx | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/storage/object/api-cli/create-bucket-policy.mdx b/storage/object/api-cli/create-bucket-policy.mdx index ba2b9771e1..39c8f80e52 100644 --- a/storage/object/api-cli/create-bucket-policy.mdx +++ b/storage/object/api-cli/create-bucket-policy.mdx @@ -105,6 +105,7 @@ Make sure that you have [installed the AWS CLI](/storage/object/api-cli/object-s To delete a bucket policy, you must have [Owner](/identity-and-access-management/iam/concepts/#owner) status, or the necessary [IAM permissions](/storage/object/reference-content/s3-iam-permissions-equivalence/). + Run the command below to delete the policy of a specific bucket. Replace `` with the name of your bucket. diff --git a/storage/object/concepts.mdx b/storage/object/concepts.mdx index 430a055275..8299ed89b0 100644 --- a/storage/object/concepts.mdx +++ b/storage/object/concepts.mdx @@ -43,7 +43,8 @@ An endpoint represents one end of a communication channel. In the context of Obj - The bucket endpoint, in the form of a URL, e.g. `https://my-bucket.s3.nl-ams.scw.cloud` which you use when connecting to your bucket. - `https://my-bucket.s3.nl-ams.scw.cloud` represents a virtual-host style endpoint, and `https://s3.nl-ams.scw.cloud/my-bucket` represents a path-style endpoint. Both formats are valid and work with any up-to-date SDK or CLI, though the virtual-host style is generally preferred. + + `https://my-bucket.s3.nl-ams.scw.cloud` represents a virtual-host style endpoint, and `https://s3.nl-ams.scw.cloud/my-bucket` represents a path-style endpoint. Both formats are valid and work with any up-to-date SDK or CLI, though the virtual-host style is generally preferred. - The Object Storage regional endpoint. The endpoint to use differs depending on the geographical location of the Object Storage platform: