tustvold commented on PR #5300:
URL: https://github.com/apache/arrow-rs/pull/5300#issuecomment-1930548741
Sorry for the delay in reviewing this, I wonder if instead of modifying
`GcpCredential` which is a breaking change, we could introduce a
`GcpSigningCredential` with something like
```
struct GcpSigningCredential {
credential: GcpCredential,
email: String,
}
```
This could then have a separate `CredentialProvider<GcpSigningCredential>`
--
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]