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

Remove AWS_PROFILE support #4238

Merged
merged 2 commits into from
May 18, 2023
Merged

Conversation

tustvold
Copy link
Contributor

Which issue does this PR close?

Closes #4137

Rationale for this change

The experimental support for AWS_PROFILE was always rather tacked on, and didn't really behave correctly. Following #4235 we have a much better story for allowing people to explicitly opt-in to the credentials semantics they want. See https://github.com/apache/arrow-datafusion/pull/6374/files#diff-a5c802a601097328bd118178abf20383d6002d1750733abef0c7d34e1832c340 for an example of what this looks like.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the object-store Object Store Interface label May 17, 2023
@@ -53,11 +53,6 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
ring = { version = "0.16", default-features = false, features = ["std"], optional = true }
rustls-pemfile = { version = "1.0", default-features = false, optional = true }

# AWS Profile support
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some archeology and turns out this was added in #2891 -- looks like @timvw @wjones127 and @roeap may be interested so tagging them as well

@Lundez
Copy link

Lundez commented Sep 11, 2024

@tustvold the docs are not updated to say that AWS_PROFILE is unsupported. I was confused trying to use AWS_PROFILE today...

@tustvold
Copy link
Contributor Author

I don't see any places within the docs that still refer to AWS_PROFILE, however, documentation improvement PRs are always welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
object-store Object Store Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

object_store: different behavior from aws cli for default profile
3 participants