Document allowed_digests for formpost middleware

The allowed_digests option were added to the formpost middleware in
addition to the tempurl middleware[1], but the option was not added to
the formpost section in the example proxy config file.

[1] 2d063cd61f

Change-Id: Ic885e8bde7c1bbb3d93d032080b591db1de80970
This commit is contained in:
Takashi Kajinami 2023-12-25 17:17:39 +09:00
parent 6f890d2ba9
commit bd64748a03
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]