diff options
author | Yehuda Sadeh <yehuda@inktank.com> | 2013-07-26 16:14:31 -0700 |
---|---|---|
committer | Yehuda Sadeh <yehuda@inktank.com> | 2013-07-29 10:52:22 -0700 |
commit | 29868e4370a3a16657ac17bd4a065869a67d6807 (patch) | |
tree | c3dcafb31e2141f25a860f2488523b23d8027f59 | |
parent | 6ac8aed040049358aaf8aee5cfb16791c4bb54a2 (diff) | |
download | ceph-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.cc | 1 |
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", |