Replies: 2 comments
-
I think it's a good time to promote |
Beta Was this translation helpful? Give feedback.
0 replies
-
While we revamp storage backend abstraction, might worth consider #257 as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working on riverbank which has the need for specifying multiple buckets which may have multiple sets of authentication variables. At present,
DeltaTable
just assumes that the storage provider can figure out credentials on its own.I think we need to change this to allow the caller to provide some form of a credential or credential provider, but I'm not sure how to accomplish this given the myriad of ways that credentials can be provider for AWS alone.
Coincidentally I saw this related issues this morning #278
Beta Was this translation helpful? Give feedback.
All reactions