Comment 2 for bug 1496170

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

Reviewed: https://review.openstack.org/223880
Committed: https://git.openstack.org/cgit/openstack/swift3/commit/?id=d7bbb730bd7b14f136134c3585992d5276401c98
Submitter: Jenkins
Branch: master

commit d7bbb730bd7b14f136134c3585992d5276401c98
Author: Darryl Tam <email address hidden>
Date: Tue Sep 15 17:10:34 2015 -0700

    Ensure object copy response timestamp tags consistent with S3

    The LastModified tag now properly reflects the timestamp of the newly
    copied object, rather than the original object.

    LastModified timestamps are now accurate to the millisecond to be
    consistent with S3 responses.

    Request.check_copy_source no longer returns timestamp as it's no longer
    necessary.

    Change-Id: Iffe70cb49701142a09c75b7cc33aaaea4e846144
    Closes-Bug: #1496170