Update git submodules

* Update swift from branch 'master'
  to cb8b3cdab262af1d223c0536220400b13c1d0a9a
  - Comply with AWS signature calculation (s3v4)
    
    The current implementation of s3 signature calculation
    rely on WSGI Url encoding which is discouraged by AWS:
    https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html.
    This leads to reject requests with valid signature.
    
    This update encode only characters specified by AWS except
    'A'-'Z', 'a'-'z', '0'-'9', '-', '.', '_', and '~' to comply
    AWS signature calculation.
    
    Fixes LP Bug #1961841
    
    Change-Id: Ifa8f94544224c3379e7f2805f6f86d0b0a47279a
This commit is contained in:
Thibault Person 2022-03-16 02:07:36 +01:00 committed by Gerrit Code Review
parent 61413bd19b
commit 7d51e86159
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 014c98e853b86fc44312d879bec12099be6e22d0
Subproject commit cb8b3cdab262af1d223c0536220400b13c1d0a9a