doc(s3): document compatibility with OCI object storage S3 API - #8006
Open
dentiny wants to merge 1 commit into
Open
doc(s3): document compatibility with OCI object storage S3 API#8006dentiny wants to merge 1 commit into
dentiny wants to merge 1 commit into
Conversation
dentiny
commented
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( |
Member
Author
There was a problem hiding this comment.
dentiny
commented
Aug 1, 2026
| ```rust,ignore | ||
| builder.endpoint( | ||
| "https://<namespace>.compat.objectstorage.<region>.oci.customer-oci.com", | ||
| ); |
Member
Author
There was a problem hiding this comment.
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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