]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add 'delete' to signed subresources list
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 17 Jun 2013 18:07:41 +0000 (11:07 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Mon, 17 Jun 2013 18:09:11 +0000 (11:09 -0700)
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 <yehuda@inktank.com>
src/rgw/rgw_auth_s3.cc

index 5a88d3b5e1a5666ab5a1c7489bdfd7e1832aea5a..bdd458e68b6f6b549eefc71cd1293c6b28adedd8 100644 (file)
@@ -6,6 +6,7 @@
 
 static const char *signed_subresources[] = {
   "acl",
+  "delete",
   "lifecycle",
   "location",
   "logging",