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

CLI: Support named profiles via AWS_PROFILE environment variable #6157

Closed
mr-brobot opened this issue Apr 28, 2023 · 0 comments · Fixed by #6161
Closed

CLI: Support named profiles via AWS_PROFILE environment variable #6157

mr-brobot opened this issue Apr 28, 2023 · 0 comments · Fixed by #6161
Labels
enhancement New feature or request

Comments

@mr-brobot
Copy link
Contributor

Is your feature request related to a problem or challenge?

A common way of providing credentials to programs that interact with AWS services is via named profiles, using the AWS_PROFILE environment variable. Today, the CLI throws an error when a named profile is provided.

Object Store error: Generic S3 error: Profile support requires aws_profile feature

Describe the solution you'd like

Object store supports named profiles via the aws_profile feature. Enabling that feature should enable this feature for the CLI with little/no other changes.

Describe alternatives you've considered

No response

Additional context

Supporting the common forms of AWS credential/config management might lower friction for users who want to get started with DataFusion via the CLI (e.g., me).

I want to work on this feature but want to get feedback from the community/committers before moving forward with a PR.

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

Successfully merging a pull request may close this issue.

1 participant