]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add factory function create_etag_verifier()
authorCasey Bodley <cbodley@redhat.com>
Fri, 18 Sep 2020 00:58:36 +0000 (20:58 -0400)
committerCasey Bodley <cbodley@redhat.com>
Tue, 22 Sep 2020 18:40:36 +0000 (14:40 -0400)
commit8fa8974bbd63fbc8be9cdf929a875910e2147d65
tree8a30d5dc7576198884faacf64ebb44e501010aca
parent6ad2e3eef3f9bbf41de471ef5bad9502023e113c
rgw: add factory function create_etag_verifier()

move all of the etag verifier initialization into a helper function.
none of the errors there should be fatal and fail the download, they
should just turn etag verification off

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_etag_verifier.cc
src/rgw/rgw_etag_verifier.h
src/rgw/rgw_rados.cc