Update git submodules

* Update storlets from branch 'master'
  to 8401b6c58191c5b9dda33e4adc57acde4a67af1c
  - Allow limiting maximum extra resources
    
    Using many extra resources may cause high load at proxy server, because
    the process needs to get all of the requested objects concurrently.
    This change introduces a new option to limit maximum number of extra
    resources per request to avoid DoS attack by too many extra resources.
    If a request contains extra resources over the limit, then the request
    is rejected at an early stage. The default value is -1 which means
    unlimited. In case this option is set to 0 then users are not allowed
    to use extra resources at all.
    
    This also refactors handling of extra-resources header. One side
    benefit of the refactoring is that now users can use additional inputs
    when executing storlet over PUT requests.
    
    Change-Id: I0ea7d78614f2b1ef5bf4961d2d5fe773264ef448
This commit is contained in:
Takashi Kajinami 2024-02-14 02:12:09 +09:00 committed by Gerrit Code Review
parent 66c768334c
commit a1fac00338
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit b75465ab5166dc440dcbd46f2815628609525bcb
Subproject commit 8401b6c58191c5b9dda33e4adc57acde4a67af1c