summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2013-07-26 16:14:31 -0700
committerYehuda Sadeh <yehuda@inktank.com>2013-07-29 10:52:22 -0700
commit29868e4370a3a16657ac17bd4a065869a67d6807 (patch)
treec3dcafb31e2141f25a860f2488523b23d8027f59
parent6ac8aed040049358aaf8aee5cfb16791c4bb54a2 (diff)
downloadceph-wip-5789.tar.gz
rgw: cors subresource needs to be in canonical auth headerwip-5789
Fixes: #5789 This was fixed before, however, might have been lost due to recent refactoring + merge. Signed-off-by: Yehuda Sadeh <yehuda@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",