From: Yehuda Sadeh Date: Mon, 17 Jun 2013 18:07:41 +0000 (-0700) Subject: rgw: add 'delete' to signed subresources list X-Git-Tag: v0.67-rc1~128^2~72 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=00656dad5344e5828cc9ceb436da9c3c80cbb96a;p=ceph.git rgw: add 'delete' to signed subresources list This fixes a regression that removed 'delete' from the signed subresources list, thus made it impossible to authenticate certain multipart object operations. Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_auth_s3.cc b/src/rgw/rgw_auth_s3.cc index 5a88d3b5e1a5..bdd458e68b6f 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", + "delete", "lifecycle", "location", "logging",