]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: split RGWDataAccess from rgw_tools.cc 54878/head
authorYuval Lifshitz <ylifshit@redhat.com>
Tue, 12 Dec 2023 15:06:01 +0000 (15:06 +0000)
committerYuval Lifshitz <ylifshit@redhat.com>
Tue, 12 Dec 2023 15:06:01 +0000 (15:06 +0000)
commitf3cfd02db3eab956f2cb8e69736c30b3f90ec1b4
treef419f6fbf435cb3c0927d2724f99819f4bad8b93
parentde5d8caec09f13ca812e209b1c42c25c2dd73f04
rgw: split RGWDataAccess from rgw_tools.cc

that class is not rados specific, while the rest of the code
in rgw_tools.cc is

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
src/rgw/CMakeLists.txt
src/rgw/driver/rados/rgw_tools.cc
src/rgw/driver/rados/rgw_tools.h
src/rgw/rgw_admin.cc
src/rgw/rgw_data_access.cc [new file with mode: 0644]
src/rgw/rgw_data_access.h [new file with mode: 0644]