Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Aug 5, 2018
1 parent 9d15ce4 commit 13aa6be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/managers/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"Please install CloudBridge or modify ObjectStore configuration."
)

# Any change to this list, MUST be reflected in the DOWNLOAD_TOOL wrapper
# (tools/cloud/download.xml).
SUPPORTED_PROVIDERS = {"aws": 0, "azure": 1, "openstack": 2}

DOWNLOAD_TOOL = "download_to_cloud"
Expand Down
7 changes: 7 additions & 0 deletions tools/cloud/download.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
</command>
<inputs>
<param name="filename" type="data" label="Datasets to be downloaded to a cloud-based storage:" />
<!-- ************************ NOTE ************************
Any change, even order, to the following parameters
(provider, provider options, and credential parameters
of different providers), MUST be reflected in the
CloudManager (lib/galaxy/managers/cloud.py).
******************************************************
-->
<conditional name="connection">
<param name="provider" type="select" label="Cloud-Based Storage Provider">
<option value="aws">Amazon Simple Storage Service (S3)</option>
Expand Down

0 comments on commit 13aa6be

Please sign in to comment.