From: Yehuda Sadeh Date: Fri, 26 Jul 2013 23:14:31 +0000 (-0700) Subject: rgw: cors subresource needs to be in canonical auth header X-Git-Tag: v0.67-rc3~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f10c2e746ef5b9921b808450e75f2a90070e05bc;p=ceph.git 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 Reviewed-by: Greg Farnum --- 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",