]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RGW Zipper - Remove rgw_pool/sysobj from API 40191/head
authorDaniel Gryniewicz <dang@redhat.com>
Wed, 17 Mar 2021 13:22:22 +0000 (09:22 -0400)
committerDaniel Gryniewicz <dang@redhat.com>
Mon, 19 Apr 2021 13:40:34 +0000 (09:40 -0400)
commitcbbe8e8680387878bb5e7e447587891319086ada
tree8b3553696dadb70196e75081a74c1fa64236cedf
parentdf10995f7a9f9954b0150196450bf776fa161b67
RGW Zipper - Remove rgw_pool/sysobj from API

rgw_pool and sysobj are part of the RADOS backend, and do not belong in
the API.  Instead, pull the objects using them into the API.  These are:
RGWOIDCProvider, RGWRole, and a new object LuaScript.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
18 files changed:
src/rgw/rgw_admin.cc
src/rgw/rgw_lua.cc
src/rgw/rgw_lua.h
src/rgw/rgw_oidc_provider.cc
src/rgw/rgw_oidc_provider.h
src/rgw/rgw_rest_oidc_provider.cc
src/rgw/rgw_rest_role.cc
src/rgw/rgw_rest_role.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_sts.cc
src/rgw/rgw_rest_sts.h
src/rgw/rgw_role.cc
src/rgw/rgw_role.h
src/rgw/rgw_sal.h
src/rgw/rgw_sal_rados.cc
src/rgw/rgw_sal_rados.h
src/rgw/rgw_sts.cc
src/rgw/rgw_sts.h