Merge "Document allowed_digests for formpost middleware"

This commit is contained in:
Zuul 2024-01-03 20:18:58 +00:00 committed by Gerrit Code Review
commit 8bdd8f206a
1 changed files with 3 additions and 0 deletions

View File

@ -945,6 +945,9 @@ use = egg:swift#tempurl
# Note: Put formpost just before your auth filter(s) in the pipeline
[filter:formpost]
use = egg:swift#formpost
# The digest algorithm(s) supported for generating signatures;
# whitespace-delimited.
# allowed_digests = sha1 sha256 sha512
# Note: Just needs to be placed before the proxy-server in the pipeline.
[filter:name_check]