Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the support of the AWS_PROFILE environment variable for S3 #986

Merged
merged 2 commits into from
Dec 9, 2022

Conversation

fvaleye
Copy link
Collaborator

@fvaleye fvaleye commented Dec 2, 2022

Description

  • Add the support of AWS_PROFILE environment variable for AWS S3
  • Bump version of object_store to 0.5.2

Related Issue(s)

@fvaleye fvaleye added enhancement New feature or request binding/rust Issues for the Rust crate labels Dec 2, 2022
@fvaleye
Copy link
Collaborator Author

fvaleye commented Dec 2, 2022

Waiting for object_store crate version 0.5.2 to be released!

rtyler
rtyler previously approved these changes Dec 4, 2022
@fvaleye fvaleye force-pushed the feature/add-aws-profile-support branch from 7c3fb15 to 440b136 Compare December 5, 2022 22:17
@fvaleye fvaleye enabled auto-merge (squash) December 5, 2022 22:20
@fvaleye fvaleye force-pushed the feature/add-aws-profile-support branch 4 times, most recently from 7a01446 to 03b7b3a Compare December 6, 2022 08:30
@fvaleye fvaleye force-pushed the feature/add-aws-profile-support branch from 03b7b3a to f04e0b9 Compare December 6, 2022 08:33
@fvaleye fvaleye requested a review from rtyler December 6, 2022 09:55
wjones127
wjones127 previously approved these changes Dec 7, 2022
@fvaleye fvaleye force-pushed the feature/add-aws-profile-support branch from c47d57c to 09e7b0a Compare December 8, 2022 08:36
@fvaleye fvaleye merged commit 8d45ea4 into delta-io:main Dec 9, 2022
@mikenac
Copy link

mikenac commented May 24, 2023

@roeap
Copy link
Collaborator

roeap commented May 24, 2023

This has actually been removed in version 0.6, if you look at the 0.5.6 docs, it should still be there.

We need to look into how we continue support for aws profile once we update.

@mikenac
Copy link

mikenac commented May 24, 2023

This has actually been removed in version 0.6, if you look at the 0.5.6 docs, it should still be there.

We need to look into how we continue support for aws profile once we update.

Yoy! Thanks for the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot open a deltatable in S3 using AWS_PROFILE based credentials from a local machine
5 participants