Updated Storage backend compatibility (markdown)

master
Andrew Gaul 2017-04-16 19:31:25 -07:00
rodzic 17644f6338
commit d3180e5625
1 zmienionych plików z 2 dodań i 2 usunięć

@ -26,7 +26,6 @@ Some storage backends do not support all the features of S3:
## filesystem ## filesystem
* does not support listing in-progress multipart uploads
* does not support object metadata on Mac OS X, see [JDK-8030048](https://bugs.openjdk.java.net/browse/JDK-8030048) * does not support object metadata on Mac OS X, see [JDK-8030048](https://bugs.openjdk.java.net/browse/JDK-8030048)
* does not support object metadata using Docker and aufs, see [docker/docker#1070](https://github.com/docker/docker/issues/1070) * does not support object metadata using Docker and aufs, see [docker/docker#1070](https://github.com/docker/docker/issues/1070)
@ -34,7 +33,7 @@ Some storage backends do not support all the features of S3:
* does not allow arbitrary list markers, partially emulated by mapping the last key to the opaque marker * does not allow arbitrary list markers, partially emulated by mapping the last key to the opaque marker
* does not return ETag as an MD5 hash, instead returning opaque data * does not return ETag as an MD5 hash, instead returning opaque data
* does not support listing multipart uploads * does not support listing in-progress multipart uploads
* limits multi-part uploads to 32 parts * limits multi-part uploads to 32 parts
## OpenStack Swift ## OpenStack Swift
@ -42,5 +41,6 @@ Some storage backends do not support all the features of S3:
* does not support Content-Language headers * does not support Content-Language headers
* does not support copying objects with the If-None-Match header * does not support copying objects with the If-None-Match header
* does not support deleting user metadata keys, only replacing them * does not support deleting user metadata keys, only replacing them
* does not support listing in-progress multipart uploads
* does not support object-level access control * does not support object-level access control
* exposes multipart upload parts as regular keys * exposes multipart upload parts as regular keys