Skip to content

Commit

Permalink
Send bucket_name instead of bucket obj from cloud download mgr. to tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Oct 11, 2018
1 parent 8d0b4e0 commit 4bcd336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/managers/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def download(self, trans, history_id, bucket_name, authz_id, dataset_ids=None, o
"connection": connection,
"authz_id": cloudauthz.id,
"credentials_file": credentials_file,
"bucket": bucket,
"bucket": bucket_name,
"object_label": object_label,
"filename": hda,
"overwrite_existing": overwrite_existing
Expand Down

0 comments on commit 4bcd336

Please sign in to comment.