From 29868e4370a3a16657ac17bd4a065869a67d6807 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Fri, 26 Jul 2013 16:14:31 -0700 Subject: 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 --- src/rgw/rgw_auth_s3.cc | 1 + 1 file changed, 1 insertion(+) 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", -- cgit v1.2.1