kylebarron opened a new pull request, #467:
URL: https://github.com/apache/arrow-rs-object-store/pull/467
# Which issue does this PR close?
Closes #.
# Rationale for this change
In general, all config keys have a `FromStr` implementation that allows
either a store-prefixed parameter name, or the same name without the prefix.
I.e. `"google_service_account"` and `"service_account"` are both valid
string keys for `GoogleConfigKey::ServiceAccount`.
But `"google_application_credentials"` does not follow this symmetry. It
would be more predictable if it did.
# What changes are included in this PR?
Allow `"application_credentials"` as a string key for
`GoogleConfigKey::ApplicationCredentials`.
# Are there any user-facing changes?
Yes, new string allowed for config key.
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!---
If there are any breaking changes to public APIs, please call them out.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]