From 1abfb7e9656946bc6678eeb7b0bfb1fd7f8e170c Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 21 Mar 2022 20:44:07 +0900 Subject: [PATCH] Reference docker-s3fs-client (#1925) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd0e263..231a716 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 +* [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 * [S3Proxy](https://github.com/gaul/s3proxy) - combine with s3fs to mount Backblaze B2, EMC Atmos, Microsoft Azure, and OpenStack Swift buckets