mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #50627 from AliMasarweh/wip-ali-masa-multipart-populate-etag
RGW: Solving the issue of not populating etag in Multipart upload result Reviewed-by: Daniel Gryniewicz <dang1@ibm.com>
This commit is contained in:
commit
9ac1007c60
@ -6611,6 +6611,9 @@ void RGWCompleteMultipart::complete()
|
||||
ldpp_dout(this, 0) << "WARNING: failed to unlock " << *serializer.get() << dendl;
|
||||
}
|
||||
}
|
||||
|
||||
etag = s->object->get_attrs()[RGW_ATTR_ETAG].to_str();
|
||||
|
||||
send_response();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user