]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw: PubObj uses RGWObjTags by value
authorCasey Bodley <cbodley@redhat.com>
Fri, 28 Jun 2024 17:02:12 +0000 (13:02 -0400)
committerAlex Wojno <awojno@bloomberg.net>
Fri, 28 Jun 2024 17:03:32 +0000 (13:03 -0400)
commit3faf163cab8c7eb60b51ce304589a704c786fa97
tree835e46fdc1994780fb49761352a3198f279ba879
parent3c1041a2df9a8eba1e1319a48da521eacc222858
rgw: PubObj uses RGWObjTags by value

stop wrapping RGWObjTags in a unique_ptr, and just use empty() or count() to determine whether any tags are present

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