Symlink doc clean up
Cleanup for docs and docstrings. Related-Change: I838ed71bacb3e33916db8dd42c7880d5bb9f8e18 Change-Id: Ie8de0565dfaca5bd8a5693a75e6ee14ded5b7161
This commit is contained in:
committed by
Clay Gerrard
parent
99b89aea10
commit
8df263184b
@@ -933,7 +933,8 @@ use = egg:swift#listing_formats
|
||||
# pipeline.
|
||||
[filter:symlink]
|
||||
use = egg:swift#symlink
|
||||
# Symlinks can point to other symlinks up to the symloop_max value. If the
|
||||
# number of chained symlinks exceeds the limit ``symloop_max`` a 409
|
||||
# (HTTPConflict) error response will be produced.
|
||||
# Symlinks can point to other symlinks provided the number of symlinks in a
|
||||
# chain does not exceed the symloop_max value. If the number of chained
|
||||
# symlinks exceeds the limit symloop_max a 409 (HTTPConflict) error
|
||||
# response will be produced.
|
||||
# symloop_max = 2
|
||||
|
||||
Reference in New Issue
Block a user