]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/dbstore: Object APIs
authorSoumya Koduri <skoduri@redhat.com>
Wed, 1 Sep 2021 12:10:59 +0000 (17:40 +0530)
committerSoumya Koduri <skoduri@redhat.com>
Mon, 20 Sep 2021 13:15:27 +0000 (18:45 +0530)
commite05daafdb3fecc8887b4ab7d76edf6461c487df9
tree928017dbc40d977446b70d2e0c23003470ba014a
parent5907703adb7b2933cb29286f50bfe8784feb2c9e
rgw/dbstore: Object APIs

Support for simple Put, Get, Delete, List Ops of Regular Objects on dbstore.

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
src/rgw/rgw_obj_manifest.h
src/rgw/rgw_rados.h
src/rgw/rgw_sal.cc
src/rgw/rgw_sal_dbstore.cc
src/rgw/rgw_sal_dbstore.h
src/rgw/rgw_sal_rados.cc
src/rgw/store/dbstore/common/dbstore.cc
src/rgw/store/dbstore/common/dbstore.h
src/rgw/store/dbstore/sqlite/sqliteDB.cc
src/rgw/store/dbstore/sqlite/sqliteDB.h
src/rgw/store/dbstore/tests/dbstore_tests.cc