Symlink doc clean up

Cleanup for docs and docstrings.
Related-Change: I838ed71bacb3e33916db8dd42c7880d5bb9f8e18
Change-Id: Ie8de0565dfaca5bd8a5693a75e6ee14ded5b7161
This commit is contained in:
Alistair Coles
2017年12月12日 17:26:03 +00:00
committed by Clay Gerrard
parent 99b89aea10
commit 8df263184b

View File

@@ -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
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.