Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

document extra values for omero.fs.repo.path_rules (ticket #10822) #596

Merged
merged 1 commit into from
Jan 22, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions omero/sysadmins/fs-upload-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ The restrictions are grouped into named sets:
:literal:`UNIX optional`
prohibits names beginning with :literal:`.` or :literal:`-`

:literal:`local required`
corresponds to `Windows required` under Microsoft Windows
and to `UNIX required` under Linux and Mac OS X

:literal:`local optional`
corresponds to `Windows optional` under Microsoft Windows
and to `UNIX optional` under Linux and Mac OS X

These rules are applied to each separate path component of the file
name on the client's system. So, for instance, an upload of a file
:literal:`/tmp/myfile.tif` from a Linux system would satisfy the
Expand Down