From f0f95478ecc53334f7e311d8f3c65ceeb24ea974 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 4 Feb 2019 21:03:46 -0800 Subject: [PATCH] Update s3ql link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d77bb..b6f6707 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ References * [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 -* [s3ql](https://bitbucket.org/nikratio/s3ql/) - similar to s3fs but uses its own object format +* [s3ql](https://github.com/s3ql/s3ql/) - similar to s3fs but uses its own object format * [YAS3FS](https://github.com/danilop/yas3fs) - similar to s3fs but uses SNS to allow multiple clients to mount a bucket Frequently Asked Questions