Hi everyone!
We have just published a new
minor version of the Globus Python SDK,
globus-sdk!
Version 4.5.0 ships a
few new experimental features which we think are interesting.
1.
TransferClientV2
We have a new
experimental client class, TransferClientV2 , for
interacting with the Transfer service's v2 functionality as it is
developed.
2. GCSCollectionClient
There is now a client class, GCSCollectionClient, which can be used to interact with HTTPS
capable collections. You will need HTTPS-scoped tokens to use these
clients.
3. GCSDownloader
A
layer on top of
GCSCollectionClient, users
can use a downloader to derive auth requirements from an HTTPS file URL and
download files from HTTPS capable collections. For full usage, see
our
example usage doc.
For a full description
of changes, you can
read
our changelog.
Thanks,
-Stephen, and the
rest of the Globus Team