Skip to content

doc(s3): document compatibility with OCI object storage S3 API - #8006

Open
dentiny wants to merge 1 commit into
apache:mainfrom
dentiny:hjiang/oci-comp-doc
Open

doc(s3): document compatibility with OCI object storage S3 API#8006
dentiny wants to merge 1 commit into
apache:mainfrom
dentiny:hjiang/oci-comp-doc

Conversation

@dentiny

@dentiny dentiny commented Aug 1, 2026

Copy link
Copy Markdown
Member

Which issue does this PR close?

Closes N/A

Rationale for this change

Oracle object storage provides S3-compatible APIs, but there're still some differences; this PR records the comp diff.

What changes are included in this PR?

Compatibility records between AWS S3 vs OCI object storage.
Doc comes from https://docs.oracle.com/en-us/iaas/Content/Object/Tasks/s3compatibleapi.htm

Are there any user-facing changes?

No

AI Usage Statement

GPT-5.5

@dentiny
dentiny requested a review from Xuanwo as a code owner August 1, 2026 00:16
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. releases-note/docs The PR modifies docs related content or has a title that begins with "docs" labels Aug 1, 2026
- `access_key_id` and `secret_access_key`: The access key and secret key from an OCI Customer Secret Key.

```rust,ignore
builder.endpoint(

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```rust,ignore
builder.endpoint(
"https://<namespace>.compat.objectstorage.<region>.oci.customer-oci.com",
);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There're two types of accepted endpoints: oci.customer-oci.com vs oraclecloud.com
It's recommended to use dedicated endpoints: https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/dedicatedendpoints.htm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/docs The PR modifies docs related content or has a title that begins with "docs" size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant