From 8cbfac4207f85e12bc97e8bfdb0b4a0e27e98399 Mon Sep 17 00:00:00 2001
From: Dmytro Iurchenko <diurchenko@mirantis.com>
Date: Wed, 21 Jan 2015 17:37:28 +0200
Subject: [PATCH] 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 <diurchenko@mirantis.com>
---
 doc/radosgw/swift/objectops.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/radosgw/swift/objectops.rst b/doc/radosgw/swift/objectops.rst
index d7692dccedc..edc3e35ac79 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