Comment 7 for bug 1765679

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

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

commit a4298fb3ab071b1284fb7080f92c305c6b1cb445
Author: Wang Yuxin <email address hidden>
Date: Mon Apr 23 17:44:30 2018 +0800

    s3api: Fix get_container_info missing some sysmeta info.

    When get_container_info is called and not authenticated, it will
    make a HEAD subrequest and get info by passing resp.sw_headers to
    headers_to_container_info. This will lose all sysmeta stored in
    resp.sysmeta_headers.

    The patch fixes this by passing all sw_headers and
    sysmeta_headers to headers_to_container_info.

    Change-Id: I6e538ed7a748b60bdb9db7e894eaedc9d72559c1
    Closes-Bug: #1765679