Update git submodules

* Update swift from branch 'master'
  - Merge "Middleware that allows a user to have quoted Etags"
  - Middleware that allows a user to have quoted Etags
    
    Users have complained for a while that Swift's ETags don't match the
    expected RFC formats. We've resisted fixing this for just as long,
    worrying that the fix would break innumerable clients that expect the
    value to be a hex-encoded MD5 digest and *nothing else*.
    
    But, users keep asking for it, and some consumers (including some CDNs)
    break if we *don't* have quoted etags -- so, let's make it an option.
    
    With this middleware, Swift users can set metadata per-account or even
    per-container to explicitly request RFC compliant etags or not. Swift
    operators also get an option to change the default behavior
    cluster-wide; it defaults to the old, non-compliant format.
    
    See also:
      - https://tools.ietf.org/html/rfc2616#section-3.11
      - https://tools.ietf.org/html/rfc7232#section-2.3
    
    Closes-Bug: 1099087
    Closes-Bug: 1424614
    Co-Authored-By: Tim Burke <tim.burke@gmail.com>
    Change-Id: I380c6e34949d857158e11eb428b3eda9975d855d
This commit is contained in:
Zuul 2020-01-28 03:15:56 +00:00 committed by Gerrit Code Review
parent 13b5979184
commit 492fc2c4e6
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit ce5e8b96942462ef554267049d5b6de7c4d99594
Subproject commit e6be114749e062c9f9229a741cca48f8a2e01119