-
Notifications
You must be signed in to change notification settings - Fork 406
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
Add the support of the AWS_PROFILE environment variable for S3 #986
Conversation
Waiting for |
7c3fb15
to
440b136
Compare
7a01446
to
03b7b3a
Compare
03b7b3a
to
f04e0b9
Compare
c47d57c
to
09e7b0a
Compare
This works but is missing from the doc: https://docs.rs/object_store/latest/object_store/aws/enum.AmazonS3ConfigKey.html#variants |
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. |
Description
AWS_PROFILE
environment variable for AWS S3object_store
to0.5.2
Related Issue(s)
object_store
0.5.2
(next release after0.5.1
) apache/arrow-rs#3229