Comment 3 for bug 1557260

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

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

commit d4e7940457cd31b4ee91a01a0c492781179fcfe4
Author: Timur Alperovich <email address hidden>
Date: Sat May 4 12:11:54 2019 -0700

    Start transition to boto3 in s3api tests.

    Adds the scaffolding required for tests to use boto3 and converts the
    test_bucket.py tests to the new interface. Follow on patches will
    convert the other tests to use the boto3 library.

    Notable changes: we no longer try to reach for the equivalent of
    `boto.make_request()` and instead rely on the boto3/botocore event
    system to mutate requests as necessary (or to disable pre-flight
    validators).

    Partial-Bug: 1557260
    Change-Id: I3d77ef4a6b878c49ebfa0c8b8647d7199d87601e