This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new d1304255b docs(readme): Fix capitalization about the ABFS service in
README.md (#3485)
d1304255b is described below
commit d1304255b90f084f9f9e85fb47e061c4585640ef
Author: caicancai <[email protected]>
AuthorDate: Sun Nov 5 00:29:30 2023 +0800
docs(readme): Fix capitalization about the ABFS service in README.md (#3485)
[Improve] [Doc] absf to capitalization
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2a4a9e414..38b324010 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Major components of the project include:
<summary>File Storage Services (like fs, azdls, hdfs)</summary>
- fs: POSIX alike file system
-- azdls: [Azure Data Lake Storage
Gen2](https://azure.microsoft.com/en-us/products/storage/data-lake-storage/)
services (As known as
[abfs](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-abfs-driver))
+- azdls: [Azure Data Lake Storage
Gen2](https://azure.microsoft.com/en-us/products/storage/data-lake-storage/)
services (As known as
[ABFS](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-abfs-driver))
- hdfs: [Hadoop Distributed File
System](https://hadoop.apache.org/docs/r3.3.4/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html)(HDFS)
- ipfs: [InterPlanetary File System](https://ipfs.tech/) HTTP Gateway
- ipmfs: [InterPlanetary File System](https://ipfs.tech/) MFS API *being
worked on*