Add more limitations

Also update wiki link.
pull/114/head
Andrew Gaul 2016-01-08 15:30:56 -08:00
rodzic 3aed140a15
commit 4247ae803f
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -74,10 +74,14 @@ Limitations
S3Proxy does not support:
* AWS signature V4, see [#24](https://github.com/andrewgaul/s3proxy/issues/24)
* BitTorrent hosting
* bucket logging
* Cache-Control header
* conditional copy object, see [#113](https://github.com/andrewgaul/s3proxy/issues/113)
* POST uploads, see [#73](https://github.com/andrewgaul/s3proxy/issues/73)
* object server-side encryption
* object versioning, see [#74](https://github.com/andrewgaul/s3proxy/issues/74)
* requester pays buckets
* XML ACLs
S3Proxy emulates the following operations:
@ -85,7 +89,7 @@ S3Proxy emulates the following operations:
* multi-part uploads, see [#2](https://github.com/andrewgaul/s3proxy/issues/2)
* copy objects, see [#46](https://github.com/andrewgaul/s3proxy/issues/46)
The wiki collects other [compatability notes](https://github.com/andrewgaul/s3proxy/wiki/Compatibility-notes).
The wiki collects other [compatability notes](https://github.com/andrewgaul/s3proxy/wiki/Storage-backend-compatibility).
References
----------