From 7262ea3b26770f52cdb76163f114271912864a94 Mon Sep 17 00:00:00 2001 From: Daniel van Strien Date: Tue, 30 Jun 2026 11:07:37 +0100 Subject: [PATCH] Note S3-compatible API covers the 'Coming soon' libraries 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) --- docs/hub/storage-buckets-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/storage-buckets-integrations.md b/docs/hub/storage-buckets-integrations.md index 649f2c05b..db5520970 100644 --- a/docs/hub/storage-buckets-integrations.md +++ b/docs/hub/storage-buckets-integrations.md @@ -88,4 +88,4 @@ text_files = hffs.glob("buckets/username/my-bucket/*.txt") ## Coming soon -Support for more libraries is on the way — including Polars, DuckDB (native `hf://` URL support), Daft, and webdataset. +Native `hf://` URL support is on the way for more libraries — including Polars, DuckDB, Daft, and webdataset. In the meantime, all of these already work today through the [S3-compatible API](./storage-buckets-s3).