Clarify object metadata and state 2 GB limit once

pull/16/head
Andrew Gaul 2014-08-11 18:19:26 -07:00
rodzic b65d6e2ce5
commit d8005054a0
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -8,9 +8,9 @@ or latency associated with using AWS by using the local file system.
Features
--------
* create, remove, list buckets (including user-specified regions)
* put, get, remove, list objects (up to 2 GB in size)
* store and retrieve user metadata
* create, remove, and list buckets (including user-specified regions)
* put, get, delete, and list objects
* store and retrieve object metadata, including user metadata
Supported object stores:
@ -74,7 +74,7 @@ S3Proxy does not support:
* multi-part uploads
* POST uploads
* bucket and object ACLs
* metadata with filesystem provider ([upstream issue](https://github.com/jclouds/jclouds/pull/443))
* object metadata with filesystem provider ([upstream issue](https://github.com/jclouds/jclouds/pull/443))
* listening on HTTPS
References