Note S3-compatible API covers the 'Coming soon' libraries#2607
Merged
davanstrien merged 1 commit intoJun 30, 2026
Conversation
Polars, DuckDB, Daft, and webdataset are listed as pending native hf:// support, but all four already work today via the S3-compatible API (verified against the live gateway). Point readers there in the meantime. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
Author
|
sorry for all review pings. just need one review but nice to merge this quickly :) |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
lhoestq
approved these changes
Jun 30, 2026
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
The "Coming soon" note on the Bucket Integrations page lists Polars, DuckDB, Daft, and webdataset as pending native
hf://URL support. With the S3-compatible API now GA, all four already work today via S3 — this points readers there in the meantime.Verification
Checked each against the live gateway: Polars (
read_parquetovers3://), DuckDB (httpfs), Daft (S3Config(endpoint_url=…)), and webdataset (TAR streaming via the AWS CLI).🤖 Generated with Claude Code
Note
Low Risk
Documentation-only wording change with a link to existing S3 compatibility docs; no product or code behavior changes.
Overview
Updates the Coming soon blurb on the Bucket Integrations page so it no longer reads as if Polars, DuckDB, Daft, and webdataset are unavailable.
The text now states that native
hf://URL support is still planned for those libraries, and adds that they already work today through the S3-compatible API doc.Reviewed by Cursor Bugbot for commit 7262ea3. Bugbot is set up for automated code reviews on this repo. Configure here.