docs(hf): document bucket support and update service table#7387
Open
kszucs wants to merge 1 commit intoapache:mainfrom
Open
docs(hf): document bucket support and update service table#7387kszucs wants to merge 1 commit intoapache:mainfrom
kszucs wants to merge 1 commit intoapache:mainfrom
Conversation
- Add Storage Backends section describing git repos vs object store buckets - Update capabilities list to match implementation (add copy/rename/presign, remove unimplemented entries) - Add bucket repo_type and HF_ENDPOINT env var to Configurations - Add bucket builder and URI examples - Link to Xet documentation - Add huggingface to Object Storage Services in README (alongside existing Git Based Storage Services entry)
Member
Author
|
cc @lhoestq |
su77ungr
reviewed
Apr 15, 2026
| } | ||
| ``` | ||
|
|
||
| ### Via URI |
There was a problem hiding this comment.
@kszucs I suppose dav-server won't support this?
https://github.com/apache/opendal/tree/main/integrations/dav-server
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 #.
Rationale for this change
The HuggingFace service now supports two distinct storage backends — git-based repositories (model, dataset, space) and object store buckets — but the documentation only described the git-based backend.
What changes are included in this PR?
docs.mdexplaining the difference between git-based repos and object store buckets, with links to the Xet documentationcopy,rename,presignas unchecked, remove entries that were never part of the capability setbucketas a validrepo_type, clarify thatrevisionis git-only, and document theHF_ENDPOINTenvironment variablehuggingfaceto the Object Storage Services row incore/README.md(it was only listed under Git Based Storage Services)Are there any user-facing changes?
Yes — the docs now accurately reflect that
repo_type = "bucket"is supported for object store access, and document theHF_ENDPOINTenv var that was previously undocumented.AI Usage Statement
This PR was written with the assistance of Claude Code (claude-sonnet-4-6).