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/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 18a3ac13ef chore(docs): Add new line in lone services (#4743)
18a3ac13ef is described below
commit 18a3ac13efc439637ac25f5884e190c101ee27d0
Author: Xuanwo <[email protected]>
AuthorDate: Sun Jun 16 12:28:35 2024 +0800
chore(docs): Add new line in lone services (#4743)
* chore(docs): Add new line in lone services
Signed-off-by: Xuanwo <[email protected]>
* Polish
Signed-off-by: Xuanwo <[email protected]>
---------
Signed-off-by: Xuanwo <[email protected]>
---
README.md | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index a50c81f86e..5a8260a139 100644
--- a/README.md
+++ b/README.md
@@ -104,16 +104,16 @@ OpenDAL offers a unified data access layer, empowering
users to seamlessly and e
## For *ANY* services
-| Type | Services
|
-|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
-| Standard Storage Protocols | ftp http [sftp] [webdav]
|
-| Object Storage Services | [azblob] [cos] [gcs] [obs] [oss] [s3] [b2]
[openstack_swift] [upyun] [vercel_blob]
|
-| File Storage Services | fs [alluxio] [azdls] [azfile] [chainsafe]
[compfs] [dbfs] [gridfs] [hdfs] [hdfs_native] [ipfs] [webhdfs]
|
-| Consumer Cloud Storage Service | [aliyun_drive] [gdrive] [onedrive]
[dropbox] [icloud] [koofr] [pcloud] [seafile] [yandex_disk]
|
-| Key-Value Storage Services | [cacache] [cloudflare_kv] [dashmap] memory
[etcd] [foundationdb] [persy] [redis] [rocksdb] [sled] [redb] [tikv]
[atomicserver] |
-| Database Storage Services | [d1] [mongodb] [mysql] [postgresql]
[sqlite] [surrealdb]
|
-| Cache Storage Services | [ghac] [memcached] [mini_moka] [moka]
[vercel_artifacts]
|
-| Git Based Storage Services | [huggingface]
|
+| Type | Services
|
+|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
+| Standard Storage Protocols | ftp http [sftp] [webdav]
|
+| Object Storage Services | [azblob] [cos] [gcs] [obs] [oss] [s3] <br>
[b2] [openstack_swift] [upyun] [vercel_blob]
|
+| File Storage Services | fs [alluxio] [azdls] [azfile] [chainsafe]
[compfs] <br> [dbfs] [gridfs] [hdfs] [hdfs_native] [ipfs] [webhdfs]
|
+| Consumer Cloud Storage Service | [aliyun_drive] [gdrive] [onedrive]
[dropbox] [icloud] [koofr] <br> [pcloud] [seafile] [yandex_disk]
|
+| Key-Value Storage Services | [cacache] [cloudflare_kv] [dashmap] memory
[etcd] <br> [foundationdb] [persy] [redis] [rocksdb] [sled] <br> [redb] [tikv]
[atomicserver] |
+| Database Storage Services | [d1] [mongodb] [mysql] [postgresql]
[sqlite] [surrealdb]
|
+| Cache Storage Services | [ghac] [memcached] [mini_moka] [moka]
[vercel_artifacts]
|
+| Git Based Storage Services | [huggingface]
|
> Welcome to add any services that are not currently supported
> [here](https://github.com/apache/opendal/issues/5).