This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 5bb226cc791 docds(object_store): Mention HTTP/WebDAV in README (#5409)
5bb226cc791 is described below
commit 5bb226cc791adfd6903497cbb8fcd8285fe6f298
Author: Xuanwo <[email protected]>
AuthorDate: Tue Feb 20 11:50:18 2024 +0800
docds(object_store): Mention HTTP/WebDAV in README (#5409)
Signed-off-by: Xuanwo <[email protected]>
---
object_store/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/object_store/README.md b/object_store/README.md
index 3e094712748..1799bf8b881 100644
--- a/object_store/README.md
+++ b/object_store/README.md
@@ -31,6 +31,7 @@ change. Supported object stores include:
* [Google Cloud Storage](https://cloud.google.com/storage)
* Local files
* Memory
+* [HTTP/WebDAV Storage](https://datatracker.ietf.org/doc/html/rfc2518)
* Custom implementations
Originally developed by [InfluxData](https://www.influxdata.com/) and later
donated to [Apache Arrow](https://arrow.apache.org/).