fair-research / bdbag

Big Data Bag Utilities
https://fair-research.org
Apache License 2.0
49 stars 23 forks source link

Fixed bug for fetching files on Globus Endpoint #14

Closed NickolausDS closed 6 years ago

NickolausDS commented 6 years ago

When this part of the client was written a couple years ago, globus_sdk supported:

globus_sdk.TransferClient(token=mytoken)

That changed in future versions, and no version was pinned in the setup.py, which eventually caused fetching files on a Globus endpoint to stop working.

The following changes include the newer version for instantiating a TransferClient and pin the current latest version Globus SDK in setup.py.