Update git submodules

* Update swift from branch 'master'
  to 7a996a5c38f6c554b6a4389d3d6035cca87e922d
  - Fix s3api cross policy copy
    
    In s3api's request object we copy backend headers into the request
    environ for logging after we call get_response.  The problem with s3api
    copy is that we make a pre-flight HEAD request to the source object
    using the same request object, so the first response backend headers
    pollute the request and the proxy won't over-ride the backend header
    with the correct storage policy.
    
    As a possible fix we simply remove the problematic header from the
    request object after the pre-flight HEAD request finishes.
    
    Change-Id: I40b252446b3a1294a5ca8b531f224ce9c16f9aba
This commit is contained in:
Clay Gerrard 2022-06-17 17:21:58 -05:00 committed by Gerrit Code Review
parent 07735dcec3
commit 0e61ca4dae

2
swift

@ -1 +1 @@
Subproject commit 961177e6f7899d93fc17b4a9f2f5d3180d6f7c5d
Subproject commit 7a996a5c38f6c554b6a4389d3d6035cca87e922d