Update git submodules

* Update swift from branch 'master'
  to d31a54a65c186550a99bb985f056c071690a3939
  - object: Block POSTs and chunked PUTs when already past reserve
    
    Previously, clients could bypass fallocate_reserve checks by uploading
    with `Transfer-Encoding: chunked` rather than sending a `Content-Length`
    
    Now, a chunked transfer may still push a disk past the reserve threshold,
    but once over the threshold, further PUTs and POSTs will 507. DELETEs
    will still be allowed.
    
    Closes-Bug: #2031049
    Change-Id: I69ec7193509cd3ed0aa98aca15190468368069a5
This commit is contained in:
Tim Burke 2023-10-03 04:31:07 -07:00 committed by Gerrit Code Review
parent 707d0985ba
commit 54e0fa4c90
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 5555980fb5fce79140efc0c8ab8a730bd552733c
Subproject commit d31a54a65c186550a99bb985f056c071690a3939