Update git submodules

* Update swift from branch 'master'
  to 24acc6e56b25a4c53fcbe451a3a7c3d71d8c5beb
  - Merge "Add backend rate limiting middleware"
  - Add backend rate limiting middleware
    
    This is a fairly blunt tool: ratelimiting is per device and
    applied independently in each worker, but this at least provides
    some limit to disk IO on backend servers.
    
    GET, HEAD, PUT, POST, DELETE, UPDATE and REPLICATE methods may be
    rate-limited.
    
    Only requests with a path starting '<device>/<partition>', where
    <partition> can be cast to an integer, will be rate-limited. Other
    requests, including, for example, recon requests with paths such as
    'recon/version', are unconditionally forwarded to the next app in the
    pipeline.
    
    OPTIONS and SSYNC methods are not rate-limited. Note that
    SSYNC sub-requests are passed directly to the object server app
    and will not pass though this middleware.
    
    Change-Id: I78b59a081698a6bff0d74cbac7525e28f7b5d7c1
This commit is contained in:
Zuul 2022-08-30 07:18:58 +00:00 committed by Gerrit Code Review
parent 7626b92f83
commit 224ee22b49
1 changed files with 1 additions and 1 deletions

2
swift

@ -1 +1 @@
Subproject commit 3e86c7e46f506f7a8ebe7d3a690bd612dcda545a
Subproject commit 24acc6e56b25a4c53fcbe451a3a7c3d71d8c5beb