Skip to content

Commit

Permalink
Replace credentials with authz_id
Browse files Browse the repository at this point in the history
on cloud storage get api doc string.
  • Loading branch information
VJalili committed Dec 7, 2018
1 parent 11428a0 commit 4b1d9df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/galaxy/webapps/galaxy/api/cloud.py
Expand Up @@ -52,8 +52,10 @@ def get(self, trans, payload, **kwargs):
* history_id: the (encoded) id of history to which the object should be received to.
* bucket: the name of a bucket from which data should be fetched from (e.g., a bucket name on AWS S3).
* objects: a list of the names of objects to be fetched.
* credentials: a dictionary containing all the credentials required to authenticated to the
specified provider (e.g., {"secret_key": YOUR_AWS_SECRET_TOKEN, "access_key": YOUR_AWS_ACCESS_TOKEN}).
* authz_id: the encoded ID of CloudAuthz to be used for authorizing access to the resource
provider. You may get a list of the defined authorizations via
`/api/cloud/authz`. Also, you can use `/api/cloud/authz/create` to define a
new authorization.
* input_args [Optional; default value is an empty dict] a dictionary containing the following keys:
** `dbkey`: [Optional; default value: is `?`]
Expand Down

0 comments on commit 4b1d9df

Please sign in to comment.