Monday, 2022-10-31

opendevreviewMerged openstack/swift master: Sharder: add more logs during container cleaving.  https://review.opendev.org/c/openstack/swift/+/86277512:08
jalbertiHi there! A question regarding conditional requests, especially conditional part copy's using the Swift-S3 API middleware.23:51
jalbertiIt seems that when providing an etag with the request, the request always fails, if the etag is not a md5 but the s3_etag23:51
jalbertiI can see in controllers/obj.py in the GETorHEAD() (https://github.com/openstack/swift/blob/master/swift/common/middleware/s3api/controllers/obj.py#L86) a reference to update_etag_is_at_header(...)23:53
jalbertiI'm missing the equivalent in https://github.com/openstack/swift/blob/master/swift/common/middleware/s3api/controllers/multi_upload.py ... class PartController(Controller) ... def PUT(...) ...23:54
jalbertiIs this something this channel can help with? Thanks in advance!~23:54

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!