Skip to content

Commit

Permalink
Merge pull request #2859 from activeloopai/add_missing_profile
Browse files Browse the repository at this point in the history
Add missing profile
  • Loading branch information
activesoull committed May 16, 2024
2 parents 575dc2f + 9dc9c34 commit 3b05926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeplake/enterprise/convert_to_libdeeplake.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def _get_indra_ds_from_s3_provider(
read_only=provider.read_only,
token=token,
origin_path=provider.root,
profile_name=provider.profile_name,
aws_access_key_id=provider.aws_access_key_id,
aws_secret_access_key=provider.aws_secret_access_key,
aws_session_token=provider.aws_session_token,
Expand Down

0 comments on commit 3b05926

Please sign in to comment.