Comment 3 for bug 1420144

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

Reviewed: https://review.openstack.org/155199
Committed: https://git.openstack.org/cgit/stackforge/swift3/commit/?id=14981b47c5d5904b8355a5b1bf9899dd0460b3c5
Submitter: Jenkins
Branch: master

commit 14981b47c5d5904b8355a5b1bf9899dd0460b3c5
Author: Naoto Nishizono <email address hidden>
Date: Thu Feb 12 15:22:37 2015 +0900

    Fix DELETE Object to delete segments when it is multipart object

    When deleting an object created via Multipart Upload, delete both the
    manifest file and the segments by adding "multipart-manifest=delete"
    to the query string.

    This requires an additional HEAD before each DELETE, which adds a good
    bit of overhead. There is a new config option, "allow_multipart_uploads"
    which operators may turn off to avoid this overhead if they know their
    use-case does not require Multipart Uploads.

    Co-Authored-By: Tim Burke <email address hidden>
    Change-Id: Ie1889750b0e6fbe48af0da40596f09ed504b9099
    Closes-Bug: #1420144