This is an automated email from the ASF dual-hosted git repository.

blackmwk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b56de8bd Add Hugging Face storage option to storage/opendal/README 
(#2487)
5b56de8bd is described below

commit 5b56de8bd6814311475dbdd0c0fd421dfd12b7bc
Author: Quentin Lhoest <[email protected]>
AuthorDate: Mon May 25 14:57:00 2026 +0200

    Add Hugging Face storage option to storage/opendal/README (#2487)
    
    follows https://github.com/apache/iceberg-rust/pull/2375, cc @kszucs
    @Xuanwo
---
 crates/storage/opendal/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crates/storage/opendal/README.md b/crates/storage/opendal/README.md
index a4ad512e1..5db4293e6 100644
--- a/crates/storage/opendal/README.md
+++ b/crates/storage/opendal/README.md
@@ -29,6 +29,7 @@ OpenDAL-based storage backend implementations for [Apache 
Iceberg Rust](https://
 | Local Filesystem     | `opendal-fs`     | โœ… Stable       | Local filesystem 
storage                      |
 | Amazon S3            | `opendal-s3`     | โœ… Stable       | Amazon S3 storage 
                            |
 | Google Cloud Storage | `opendal-gcs`    | โœ… Stable       | Google Cloud 
Storage                          |
+| Hugging Face         | `opendal-hf`     | โœ… Stable       | Hugging Face 
buckets and repositories         |
 | Alibaba Cloud OSS    | `opendal-oss`    | ๐Ÿงช Experimental | Alibaba Cloud 
Object Storage Service          |
 | Azure Datalake       | `opendal-azdls`  | ๐Ÿงช Experimental | Azure Datalake 
Storage v2                     |
 

Reply via email to