Add references to fake-s3 and abustany s3proxy

pull/20/head
Andrew Gaul 2014-08-28 11:41:56 -07:00
rodzic 4a58f00885
commit c40342dc78
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -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
-------