* [PATCH] update amazonaws xmlns to correct url
@ 2012-02-08 4:35 michael rodriguez
0 siblings, 0 replies; only message in thread
From: michael rodriguez @ 2012-02-08 4:35 UTC (permalink / raw)
To: ceph-devel
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-update-amazonaws-xmlns-to-correct-url.patch --]
[-- Type: text/plain, Size: 792 bytes --]
From 93b4d576e555411de072ca0182fe3fed23b22182 Mon Sep 17 00:00:00 2001
From: michael rodriguez <michael@newdream.net>
Date: Tue, 7 Feb 2012 20:07:21 -0800
Subject: [PATCH] update amazonaws xmlns to correct url
---
src/rgw/rgw_rest_s3.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/rgw/rgw_rest_s3.cc b/src/rgw/rgw_rest_s3.cc
index f420ada..44e3a9c 100644
--- a/src/rgw/rgw_rest_s3.cc
+++ b/src/rgw/rgw_rest_s3.cc
@@ -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)
--
1.7.2.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-08 4:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 4:35 [PATCH] update amazonaws xmlns to correct url michael rodriguez
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.