From c40342dc78d99a9d21c8f761be2a1825b4e1cbc1 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 28 Aug 2014 11:41:56 -0700 Subject: [PATCH] Add references to fake-s3 and abustany s3proxy --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e67c17..1b61702 100644 --- a/README.md +++ b/README.md @@ -98,13 +98,19 @@ S3Proxy does not support: * POST uploads * bucket and object ACLs ([jclouds issue](https://issues.apache.org/jira/browse/JCLOUDS-660)) * object metadata with filesystem provider ([jclouds issue](https://issues.apache.org/jira/browse/JCLOUDS-658)) +* object server-side encryption * object versioning References ---------- Apache [jclouds](http://jclouds.apache.org/) provides object store support for -S3Proxy. Ceph [s3-tests](https://github.com/ceph/s3-tests) help maintain -and improve compatibility with the S3 API. +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) provides 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. License -------