Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fts-rest
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
File Transfer Service
fts-rest
Merge requests
!24
FTS-1142
Change 'VO' for 'VO roles' in cloud storage page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
FTS-1142
Change 'VO' for 'VO roles' in cloud storage page
FTS1142
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Carles Garcia Cabot
requested to merge
FTS1142
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
316520e5
1 commit,
5 years ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/fts3rest/fts3rest/templates/config/cloud_storage.html
+
3
−
3
Options
@@ -15,8 +15,8 @@
<dl>
<dt>
Register the S3 storage
</dt>
<dd>
The name should have the form S3:hostname (i.e. S3:s3.example.com). App key and secret are not used.
</dd>
<dt>
Grant access to a set of VO and/or users
</dt>
<dd>
Empty user with a value in VO grant access to all members from that VO.
<dt>
Grant access to a set of VO
roles
and/or users
</dt>
<dd>
Empty user with a value in VO
roles
grant access to all members from that VO.
Access token = access key, access secret = secret key. Leave request fields empty.
</dd>
</dl>
@@ -66,7 +66,7 @@
<
tr
>
<
th
><
/th
>
<
th
>
User
<
/th
>
<
th
>
VO
<
/th
>
<
th
>
VO
roles
<
/th
>
<
th
>
Access
token
<
/th
>
<
th
>
Access
secret
<
/th
>
<
th
>
Request
token
<
/th
>
Loading