[ARVADOS] updated: 2.1.0-1080-g4012bbb3f
Git user
git at public.arvados.org
Tue Jul 20 12:48:15 UTC 2021
Summary of changes:
doc/admin/restricting-upload-download.html.textile.liquid | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via 4012bbb3f498ee6ad7e6aeb6b0a79dd3921c06a0 (commit)
from 64813b8e69b73d71fef6385493c5906334174091 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 4012bbb3f498ee6ad7e6aeb6b0a79dd3921c06a0
Author: Ward Vandewege <ward at curii.com>
Date: Tue Jul 20 08:47:52 2021 -0400
Fix typos in the documentation.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/admin/restricting-upload-download.html.textile.liquid b/doc/admin/restricting-upload-download.html.textile.liquid
index ea1075234..a28faa7aa 100644
--- a/doc/admin/restricting-upload-download.html.textile.liquid
+++ b/doc/admin/restricting-upload-download.html.textile.liquid
@@ -49,7 +49,7 @@ The default policy allows anyone to upload or download.
<pre>
Collections:
- WebDAVPermisison:
+ WebDAVPermission:
User:
Download: true
Upload: true
@@ -81,7 +81,7 @@ For ease of access auditing, this policy prevents downloads using @arv-get at . Do
<pre>
Collections:
- WebDAVPermisison:
+ WebDAVPermission:
User:
Download: true
Upload: true
@@ -105,7 +105,7 @@ This policy prevents regular users (non-admin) from downloading data. Uploading
<pre>
Collections:
- WebDAVPermisison:
+ WebDAVPermission:
User:
Download: false
Upload: true
@@ -129,7 +129,7 @@ This policy is suitable for an installation where data is being shared with a gr
<pre>
Collections:
- WebDAVPermisison:
+ WebDAVPermission:
User:
Download: true
Upload: false
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list