Don't return an empty etag header on an idempotent replay of a
successful complete-multipart-upload.
Fixes: https://tracker.ceph.com/issues/75999
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
<< oetag << ", re-calculated etag:" << final_etag_str << dendl;
return false;
}
- ldpp_dout(this, 5) << __func__ << "() object etag and re-calculated etag match, etag: " << oetag << dendl;
+ ldpp_dout(this, 5) << __func__
+ << "() object etag and re-calculated etag match, etag: "
+ << oetag << dendl;
+ etag = oetag;
return true;
}