From ff4f793e2fe1f02679f60a2ac1f8797bcf7d2292 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 12 Aug 2021 14:05:50 +0800 Subject: [PATCH] docs: Update readme about services support --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6a850a1c9..07f104f2d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ More examples could be found at [go-storage-example](https://github.com/beyondst ### Widely native services support -**9** stable services that have passed all [integration tests](https://github.com/beyondstorage/go-integration-test). +**14** stable services that have passed all [integration tests](https://github.com/beyondstorage/go-integration-test). - [azblob](https://github.com/beyondstorage/go-service-azblob/): [Azure Blob storage](https://docs.microsoft.com/en-us/azure/storage/blobs/) - [cos](https://github.com/beyondstorage/go-service-cos/): [Tencent Cloud Object Storage](https://cloud.tencent.com/product/cos) @@ -94,22 +94,22 @@ More examples could be found at [go-storage-example](https://github.com/beyondst - [oss](https://github.com/beyondstorage/go-service-oss/): [Aliyun Object Storage](https://www.aliyun.com/product/oss) - [qingstor](https://github.com/beyondstorage/go-service-qingstor/): [QingStor Object Storage](https://www.qingcloud.com/products/qingstor/) - [s3](https://github.com/beyondstorage/go-service-s3/): [Amazon S3](https://aws.amazon.com/s3/) - -**1** beta services that implemented required functions, but not passed [integration tests](https://github.com/beyondstorage/go-integration-test). - -- [uss](https://github.com/beyondstorage/go-service-uss/): [UPYUN Storage Service](https://www.upyun.com/products/file-storage) - -**11** alpha services that still under development. - - [ftp](https://github.com/beyondstorage/go-service-ftp/): FTP - [gdrive](https://github.com/beyondstorage/go-service-gdrive): [Google Drive](https://www.google.com/drive/) -- [hdfs](https://github.com/beyondstorage/go-service-hdfs): [Hadoop Distributed File System](https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html#Introduction) - [ipfs](https://github.com/beyondstorage/go-service-ipfs): [InterPlanetary File System](https://ipfs.io) - [memory](https://github.com/beyondstorage/go-service-memory): data that only in memory - [minio](https://github.com/beyondstorage/go-service-minio): [MinIO](https://min.io) + +**3** beta services that implemented required functions, but not passed [integration tests](https://github.com/beyondstorage/go-integration-test). + +- [uss](https://github.com/beyondstorage/go-service-uss/): [UPYUN Storage Service](https://www.upyun.com/products/file-storage) +- [hdfs](https://github.com/beyondstorage/go-service-hdfs): [Hadoop Distributed File System](https://hadoop.apache.org/docs/r1.2.1/hdfs_design.html#Introduction) +- [tar](https://github.com/beyondstorage/go-service-tar): tar files + +**4** alpha services that still under development. + - [onedrive](https://github.com/beyondstorage/go-service-onedrive): [Microsoft OneDrive](https://www.microsoft.com/en-ww/microsoft-365/onedrive/online-cloud-storage) - [storj](https://github.com/beyondstorage/go-service-storj): [StorJ](https://www.storj.io/) -- [tar](https://github.com/beyondstorage/go-service-tar): tar files - [webdav](https://github.com/beyondstorage/go-service-webdav): [WebDAV](http://www.webdav.org/) - [zip](https://github.com/beyondstorage/go-service-zip): zip files