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
Added two new functions:
get_cloud_storage
- to get the storage URIboto3_client
- returns a useable boto3 client by getting the S3 credentials from ID BrokerAdded defaults to the
__init__
for the class to make it easier to create an instance of CMLBootstrapAdded default
params={}
for some of the get functions that don't always needparams