Comment 1 for bug 1797305

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

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

commit 1ded0d6c8793ca3eca573c098cef78b5ae41f080
Author: Tim Burke <email address hidden>
Date: Thu Oct 11 15:23:39 2018 -0700

    Allow arbitrary UTF-8 strings as delimiters in listings

    AWS seems to support this, so let's allow s3api to do it, too.

    Previously, S3 clients trying to use multi-character delimiters would
    get 500s back, because s3api didn't know how to handle the 412s that the
    container server would send.

    As long as we're adding support for container listings, may as well do
    it for accounts, too.

    Change-Id: I62032ddd50a3493b8b99a40fb48d840ac763d0e7
    Co-Authored-By: Thiago da Silva <email address hidden>
    Closes-Bug: #1797305