]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
update amazonaws xmlns to correct url
authormichael rodriguez <michael@newdream.net>
Wed, 8 Feb 2012 04:07:21 +0000 (20:07 -0800)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 8 Feb 2012 18:30:27 +0000 (10:30 -0800)
Signed-off-by: michael rodriguez <michael@newdream.net>
src/rgw/rgw_rest_s3.cc

index f420adae9caf2d73b5a99c76bc224b57d7a1469b..44e3a9c0864de3edff8900ea35d461ac6d9ff01b 100644 (file)
@@ -17,7 +17,7 @@ using namespace ceph::crypto;
 void list_all_buckets_start(struct req_state *s)
 {
   s->formatter->open_array_section_in_ns("ListAllMyBucketsResult",
-                             "http://doc.s3.amazonaws.com/2006-03-01");
+                             "http://s3.amazonaws.com/doc/2006-03-01/");
 }
 
 void list_all_buckets_end(struct req_state *s)