]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix for EINVAL errors on forwarded bucket put_acl requests 14376/head
authorCasey Bodley <cbodley@redhat.com>
Thu, 6 Apr 2017 17:13:54 +0000 (13:13 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 6 Apr 2017 17:16:18 +0000 (13:16 -0400)
commit1c863a78ed73cf1d89f05276627c7f0bde53ec9a
tree8b09fa0e741c44d24163e88efe6fbba039eba55a
parent39349a4fe9bc7dfb5488c39d6bc43c35e995fc31
rgw: fix for EINVAL errors on forwarded bucket put_acl requests

PutACL rejects request that include both a canned_acl and a request
body. when forwarding requests with canned_acls, we were also including
the generated policy in the body

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_op.cc