]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: set bucket permissions, cors on swift creation 1262/head
authorYehuda Sadeh <yehuda@inktank.com>
Tue, 11 Feb 2014 22:02:46 +0000 (14:02 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Tue, 11 Feb 2014 22:02:46 +0000 (14:02 -0800)
commitbf38bfb2e6511217eaa720811af826fe5498a461
treedb95effcddad0e59aee5d04b61d4fd10df001811
parent39b393d7fa0e66c6e7a73ce6b5b45bbf3bb6980a
rgw: set bucket permissions, cors on swift creation

Fixes: #7271
Swift bucket creation was ignoring the x-container-read,
x-container-write and the various cors related headers. Now going
through the same logic that bucket modify goes.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_rest_swift.cc