From: michael rodriguez <michael@newdream.net>
To: ceph-devel@vger.kernel.org
Subject: [PATCH] update amazonaws xmlns to correct url
Date: Tue, 07 Feb 2012 20:35:22 -0800 [thread overview]
Message-ID: <4F31FB8A.3000606@newdream.net> (raw)
[-- 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
reply other threads:[~2012-02-08 4:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F31FB8A.3000606@newdream.net \
--to=michael@newdream.net \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.