Add CSI for S3 to references (#1971)

This commit is contained in:
Andrew Gaul 2022-06-28 22:56:12 +09:00 committed by GitHub
parent 8b90cd6ba1
commit 4bec68713a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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