]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: add rgw::sal::ImmutableConfigStore for json-based config
authorCasey Bodley <cbodley@redhat.com>
Tue, 13 Sep 2022 15:47:46 +0000 (11:47 -0400)
committerCasey Bodley <cbodley@redhat.com>
Wed, 28 Sep 2022 21:48:00 +0000 (17:48 -0400)
commit465b6f2eb177051e02111f90256feac76d3659e5
treee2382cc716d23cff7453aaa899f750b8def1ac93
parent3fb6def08c1f5738f2b738ac6caebe87677c4632
rgw: add rgw::sal::ImmutableConfigStore for json-based config

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/CMakeLists.txt
src/rgw/store/immutable_config/store.cc [new file with mode: 0644]
src/rgw/store/immutable_config/store.h [new file with mode: 0644]
src/rgw/store/json_config/store.cc [new file with mode: 0644]
src/rgw/store/json_config/store.h [new file with mode: 0644]