s3: Add OVHcloud Object Storage S3 storage classes#9240
Open
SarenDev wants to merge 1 commit intorclone:masterfrom
Open
s3: Add OVHcloud Object Storage S3 storage classes#9240SarenDev wants to merge 1 commit intorclone:masterfrom
SarenDev wants to merge 1 commit intorclone:masterfrom
Conversation
ncw
requested changes
Mar 9, 2026
Member
ncw
left a comment
There was a problem hiding this comment.
This looks good :-)
Can you drop the changes in the autogenerated section in s3.md - the linter will complain about this! We make these changes en-mass when we do a release.
d6ea62b to
03e043d
Compare
03e043d to
627c745
Compare
Author
Sorry about that; didn't realize that file was also autogenerated |
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.
What is the purpose of this change?
OVHcloud's S3-compatible Object Storage supports several storage classes, which are not available in rclone under its provider entry. This change adds and documents these storage classes, with their descriptions taken from the KB article on choosing a storage class, and their S3 mapping definitions taken from the KB article on supported S3 endpoints.
Was the change discussed in an issue or in the forum before?
I was unable to find any forum discussions or GitHub issues regarding the S3-compatible storage implementation. I am aware that some documentation is available for the OpenStack Swift-compatible version of this storage product.
Checklist