Comment 2 for bug 1874295

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

Reviewed: https://review.opendev.org/722552
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=1af995f0e81994671583ce0fff4135164be11b6a
Submitter: Zuul
Branch: master

commit 1af995f0e81994671583ce0fff4135164be11b6a
Author: Tim Burke <email address hidden>
Date: Thu Apr 23 17:21:22 2020 -0700

    s3api: Check whether versioning is enabled more

    Previously, attempting to GET, HEAD, or DELETE an object with a non-null
    version-id would cause 500s, with logs complaining about how

        version-aware operations require that the container is versioned

    Now, we'll early-return with a 404 (on GET or HEAD) or 204 (on DELETE).

    Change-Id: I46bfd4ae7d49657a94734962c087f350e758fead
    Closes-Bug: 1874295