]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RGW Zipper - Remove link/unlink from API 41108/head
authorDaniel Gryniewicz <dang@redhat.com>
Tue, 20 Apr 2021 18:07:11 +0000 (14:07 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Thu, 6 May 2021 13:41:32 +0000 (09:41 -0400)
commit8f4ce21ce7f6beaea76c37c72d65f7c93a0ccc2b
treeb1c637e41559b5f5d1cee6172bdcc7780ec54fd3
parent450f21782402ed586f9256cabfb3e47c57e5c43a
RGW Zipper - Remove link/unlink from API

link() and unlink() are an artifact of the representation of buckets and
users in RADOS, and don't need to be in the API.  Instead, fix create()
and chown() to behave properly.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/rgw/rgw_bucket.cc
src/rgw/rgw_bucket.h
src/rgw/rgw_op.cc
src/rgw/rgw_sal.h
src/rgw/rgw_sal_rados.cc
src/rgw/rgw_sal_rados.h
src/rgw/rgw_user.cc