From a23d02923ccb9a64eda228c2e004632d889142de Mon Sep 17 00:00:00 2001 From: yongqingliu <815331793@qq.com> Date: Wed, 12 Aug 2020 22:04:49 +0800 Subject: [PATCH] add storage providers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f1ad1..353739a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ tools like [AWS CLI](https://github.com/aws/aws-cli). ## Features * large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes -* compatible with Amazon S3, Google Cloud Storage, and other S3-based object stores +* compatible with Amazon S3, and other [S3-based object stores](https://github.com/s3fs-fuse/s3fs-fuse/wiki/Non-Amazon-S3) * allows random writes and appends * large files via multi-part upload * renames via server-side copy