]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: cors subresource needs to be in canonical auth header
authorYehuda Sadeh <yehuda@inktank.com>
Fri, 26 Jul 2013 23:14:31 +0000 (16:14 -0700)
committerGreg Farnum <greg@inktank.com>
Mon, 29 Jul 2013 22:11:37 +0000 (15:11 -0700)
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>
src/rgw/rgw_auth_s3.cc

index c93de7cd58a3d8688454558e70740890bf4722e6..f3f0c8322f05fbbf894dbccb88257628434ddfef 100644 (file)
@@ -6,6 +6,7 @@
 
 static const char *signed_subresources[] = {
   "acl",
+  "cors",
   "delete",
   "lifecycle",
   "location",