]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
RGW - Make sure PostObj set bucket on s->object 49641/head
authorDaniel Gryniewicz <dang@redhat.com>
Tue, 8 Nov 2022 14:35:41 +0000 (09:35 -0500)
committerDaniel Gryniewicz <dang@redhat.com>
Thu, 5 Jan 2023 15:55:34 +0000 (10:55 -0500)
commit95eb5bd9446c5bad74bb63555c8b313c8292cfe0
tree4343955e68a91d49172bdc4e870a1cde7b758644
parent351d8feb6b2afc2bdf62d801edaf0a99a72ead6c
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>
(cherry picked from commit 0ac32cffb257acb04ad98c95abcec3994ddcc249)
src/rgw/rgw_rest_s3.cc