Managed Credentials
How to manage your credentials with Activeloop Platform
Last updated
Was this helpful?
Was this helpful?
# Step 1: Create the dataset directly in the cloud using your own cloud creds
ds = deeplake.empty('s3://my_bucket/dataset_name', creds = {...})
# Step 2: Connect the dataset to Deep Lake and specify the managed credentials
# for accessing the data (See Managed Credentials above)
ds.connect(org_id = 'my_org', creds_key = 'my_creds_key')
OR
ds.connect(dest_path = 'hub://my_org/dataset_name', creds_key = 'my_creds_key')