Comment 6 for bug 1204558

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-swiftclient (master)

Reviewed: https://review.opendev.org/c/openstack/python-swiftclient/+/824281
Committed: https://opendev.org/openstack/python-swiftclient/commit/f1858d89e0e1889664ced654755c508f47a0c1f3
Submitter: "Zuul (22348)"
Branch: master

commit f1858d89e0e1889664ced654755c508f47a0c1f3
Author: Tim Burke <email address hidden>
Date: Tue Jan 11 16:05:39 2022 -0800

    Add option to skip container PUT during upload

    Currently, a user with read/write access to a container (but without
    access to creat new containers) recieves a warning every time they
    upload. Now, allow them to avoid the extra request and warning by
    specifying --skip-container-put on the command line.

    This is also useful when testing: developers can HEAD a container to
    ensure it's in memcache, shut down all container servers, then upload
    and creaate a bunch of async pendings. Previously, the 503 on container
    PUT would prevent the object upload from even being attempted.

    Closes-Bug: 1317956
    Related-Bug: 1204558
    Change-Id: I3d9129a0b6b65c6c6187ae6af003b221afceef47
    Related-Change: If1f8a02ee7459ea2158ffa6e958f67d299ec529e