openstack-manuals/doc/config-reference/source/tables/swift-proxy-server-filter-n...

756 B

Description of configuration options for [filter-name_check] in proxy-server.conf
Configuration option = Default value Description
forbidden_chars = '"`<> Characters that are not allowed in a name
forbidden_regexp = /\./|/\.\./|/\.$|/\.\.$ Substrings to forbid, using regular expression syntax
maximum_length = 255 Maximum length of a name
use = egg:swift#name_check Entry point of paste.deploy in the server