]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: complete expiration header (object tags)
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 19 Feb 2019 16:17:45 +0000 (11:17 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Thu, 18 Jul 2019 20:01:43 +0000 (16:01 -0400)
commit8981c5e9f688b13a00345e069c2ce1e62fb0a588
tree097f860853078d22076ad0ced91395bb220dffe1
parent45f463fec55aebe53fa91aebf891dd9cb6cc1e19
rgw: complete expiration header (object tags)

The expiration header tag processing is complete, but the
passed RGWObjTags argument was never initialized.  Now it is
initialized in RGWGetObj and RGWPutObj, as required.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_lc.cc
src/rgw/rgw_op.cc