]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: add rgw::putobj::ChunkProcessor and test
authorCasey Bodley <cbodley@redhat.com>
Wed, 10 Oct 2018 19:11:48 +0000 (15:11 -0400)
committerCasey Bodley <cbodley@redhat.com>
Mon, 15 Oct 2018 21:01:36 +0000 (17:01 -0400)
commit594dc4cceb412bdc66244ee297ea3fa919bc0f06
tree789ca43f4548b0fe2f830dc645d244b3f7fd8fff
parent504b7d9c2128a8cd6d018d89a367bb2e96e34a96
rgw: add rgw::putobj::ChunkProcessor and test

ChunkProcessor turns the input stream into a series of discrete chunks
before forwarding to the wrapped DataProcessor

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