From 4bec68713a25a3ab9ad31e8b41ff3292e37306ce Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 28 Jun 2022 22:56:12 +0900 Subject: [PATCH] Add CSI for S3 to references (#1971) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231a716..1f2e78c 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ Generally S3 cannot offer the same performance or semantics as a local file syst ## References +* [CSI for S3](https://github.com/ctrox/csi-s3) - Kubernetes CSI driver * [docker-s3fs-client](https://github.com/efrecon/docker-s3fs-client) - Docker image containing s3fs * [goofys](https://github.com/kahing/goofys) - similar to s3fs but has better performance and less POSIX compatibility * [s3backer](https://github.com/archiecobbs/s3backer) - mount an S3 bucket as a single file