Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions storage/object/api-cli/create-bucket-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Make sure that you have [installed the AWS CLI](/storage/object/api-cli/object-s

<Message type="note">
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/).
</Message>

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

Expand Down
3 changes: 2 additions & 1 deletion storage/object/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<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.
<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.
</Message>

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