]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: pass bucket owner all around
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 9 Jan 2014 00:39:19 +0000 (16:39 -0800)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 24 Jan 2014 18:28:48 +0000 (10:28 -0800)
commit5612ded3b1fe7501340ddb72d6ef041c26b92ffe
treebad445c6bcbfeb0edebed4150f81b1378c51ca82
parentcbe1da85c85cfd7ff733a43b14d4748fd45b50c7
rgw: pass bucket owner all around

User quota operations require that we know who the actual user we do the
operation on is. Pass that info when creating new object and when
removing objects.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_cache.h
src/rgw/rgw_metadata.cc
src/rgw/rgw_op.cc
src/rgw/rgw_quota.cc
src/rgw/rgw_quota.h
src/rgw/rgw_rados.cc
src/rgw/rgw_rados.h
src/rgw/rgw_user.cc