From cb3855736e3e3fcafc08fa0c21a01ffa8c03ae86 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Wed, 9 Dec 2015 15:51:21 +0800 Subject: [PATCH] Add swift3 to references --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60f6d24..ff7887a 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ References * [fake-s3](https://github.com/jubos/fake-s3) and [S3 ninja](https://github.com/scireum/s3ninja) provide functionality similar to S3Proxy when using the filesystem provider * Another project named [s3proxy](https://github.com/abustany/s3proxy) provides HTTP access to non-S3-aware applications * [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 +* [swift3](https://github.com/openstack/swift3) provides an S3 middleware for OpenStack Swift License -------