From: Dmytro Iurchenko Date: Wed, 21 Jan 2015 15:37:28 +0000 (+0200) Subject: Wrong HTTP header name X-Git-Tag: v0.93~153^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8cbfac4207f85e12bc97e8bfdb0b4a0e27e98399;p=ceph.git Wrong HTTP header name According to http://docs.openstack.org/api/openstack-object-storage/1.0/content/POST_updateObjectMeta__v1__account___container___object__storage_object_services.html#POST_updateObjectMeta__v1__account___container___object__storage_object_services-Request setting metadata to an object needs X-Object-Meta-{key} rather than X-Container-Meta-{key}. Signed-off-by: Dmytro Iurchenko --- diff --git a/doc/radosgw/swift/objectops.rst b/doc/radosgw/swift/objectops.rst index d7692dccedc2..edc3e35ac79f 100644 --- a/doc/radosgw/swift/objectops.rst +++ b/doc/radosgw/swift/objectops.rst @@ -263,7 +263,7 @@ Syntax Request Headers ~~~~~~~~~~~~~~~ -``X-Container-Meta-{key}`` +``X-Object-Meta-{key}`` :Description: A user-defined meta data key that takes an arbitrary string value. :Type: String