]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
RGW - Make sure PostObj set bucket on s->object 48794/head
authorDaniel Gryniewicz <dang@redhat.com>
Tue, 8 Nov 2022 14:35:41 +0000 (09:35 -0500)
committerDaniel Gryniewicz <dang@redhat.com>
Thu, 15 Dec 2022 16:01:29 +0000 (11:01 -0500)
commit0ac32cffb257acb04ad98c95abcec3994ddcc249
tree76dfa96084456b527cc13b59b672b12b614c225a
parentdfc3709403782d251067b11367f38eba28742d62
RGW - Make sure PostObj set bucket on s->object

s->bucket is guaranteed to exist at this point, since this is a bucket
OP (and we use it earlier in the function).

Fixes: https://tracker.ceph.com/issues/57911
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
src/rgw/rgw_rest_s3.cc