fastforwardlabs / cmlbootstrap

[Unofficial] Wrapper class for the interacting with the CML API.
MIT License
6 stars 3 forks source link

Cloud storage URI and boto3 client update #5

Closed fletchjeff closed 2 years ago

fletchjeff commented 3 years ago

Added two new functions: get_cloud_storage - to get the storage URI boto3_client - returns a useable boto3 client by getting the S3 credentials from ID Broker

Added defaults to the __init__ for the class to make it easier to create an instance of CMLBootstrap

Added default params={} for some of the get functions that don't always need params

fletchjeff commented 2 years ago

Updated files directly