Skip to content

Commit 110f652

Browse files
RoRoJLaure-di
authored andcommitted
fix(object): bugs (scaleway#4068)
1 parent 2d9b265 commit 110f652

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

storage/object/api-cli/create-bucket-policy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Make sure that you have [installed the AWS CLI](/storage/object/api-cli/object-s
105105

106106
<Message type="note">
107107
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/).
108+
</Message>
108109

109110
Run the command below to delete the policy of a specific bucket. Replace `<BUCKET_NAME>` with the name of your bucket.
110111

storage/object/concepts.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ An endpoint represents one end of a communication channel. In the context of Obj
4343

4444
- 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.
4545

46-
<Message type="tip">`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.
46+
<Message type="tip">
47+
`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.
4748
</Message>
4849

4950
- The Object Storage regional endpoint. The endpoint to use differs depending on the geographical location of the Object Storage platform:

0 commit comments

Comments
 (0)