Comment 3 for bug 1640448

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (master)

Reviewed: https://review.openstack.org/395582
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=2bdf61fadda655323a36185f921f8a3e183bcdf9
Submitter: Jenkins
Branch: master

commit 2bdf61fadda655323a36185f921f8a3e183bcdf9
Author: Thomas Herve <email address hidden>
Date: Wed Nov 9 14:02:23 2016 +0100

    Handle deleted files with if-none-match

    When an object is deleted, we retrieve its metadata on the next PUT
    requests, which make if-none-match requests fail while the object
    shouldn't be here. It seems we're only interested in the timestamp of
    the deleted object, so get that but forget the metadata.

    Change-Id: I4a4a8be9b631598ca1cd52c53885c68c3fbdfc4a
    Closes-Bug: #1640448