From f204680d84dfd6c73639ff23a1be7fd48a34960d Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 1 Mar 2016 09:51:12 -0800 Subject: [PATCH] Add gofakes3 to references --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2f2d17..8c2e13c 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ References * Apache [jclouds](http://jclouds.apache.org/) provides storage backend support for S3Proxy * Ceph [s3-tests](https://github.com/ceph/s3-tests) help maintain and improve compatibility with the S3 API -* [fake-s3](https://github.com/jubos/fake-s3), [S3 ninja](https://github.com/scireum/s3ninja), and [s3rver](https://github.com/jamhall/s3rver) provide functionality similar to S3Proxy when using the filesystem backend +* [fake-s3](https://github.com/jubos/fake-s3), [gofakes3](https://github.com/johannesboyne/gofakes3), [S3 ninja](https://github.com/scireum/s3ninja), and [s3rver](https://github.com/jamhall/s3rver) provide functionality similar to S3Proxy when using the filesystem backend * [GlacierProxy](https://github.com/bouncestorage/glacier-proxy) and [SwiftProxy](https://github.com/bouncestorage/swiftproxy) provide similar functionality for the Amazon Glacier and OpenStack Swift APIs * [s3proxydocker](https://github.com/ritazh/s3proxydocker) packages S3Proxy as a Docker container * [sbt-s3](https://github.com/localytics/sbt-s3) run S3Proxy via the Scala Build Tool