summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-07-26 16:14:31 -0700
committerGreg Farnum <greg@inktank.com>2013-07-29 15:11:37 -0700
commitf10c2e746ef5b9921b808450e75f2a90070e05bc (patch)
tree7c1113e94fd03956994c498f3928c1ba1c7abaea
parentb5e74485d94d033478f791535423a8b8bef88326 (diff)
downloadceph-f10c2e746ef5b9921b808450e75f2a90070e05bc.tar.gz
rgw: cors subresource needs to be in canonical auth header
Fixes: #5789 This was fixed before, however, might have been lost due to recent refactoring + merge. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com> Reviewed-by: Greg Farnum <greg@inktank.com>
-rw-r--r--src/rgw/rgw_auth_s3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_auth_s3.cc b/src/rgw/rgw_auth_s3.cc
index c93de7cd58a..f3f0c8322f0 100644
--- a/src/rgw/rgw_auth_s3.cc
+++ b/src/rgw/rgw_auth_s3.cc
@@ -6,6 +6,7 @@
static const char *signed_subresources[] = {
"acl",
+ "cors",
"delete",
"lifecycle",
"location",