You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add support for a credentials option in the Dyno constructor options so that instead of having to specify the actual AWS Access Key and Secret Key (if you don't want to use the defaults), you can use any of the various Credential Providers/subclasses (see here). This allows you to do useful things like use TemporaryCredentials from an assumed role that will automatically refresh as needed.
This issue actually blocks implementation of Kine #42
The text was updated successfully, but these errors were encountered:
We should add support for a
credentials
option in the Dyno constructor options so that instead of having to specify the actual AWS Access Key and Secret Key (if you don't want to use the defaults), you can use any of the various Credential Providers/subclasses (see here). This allows you to do useful things like use TemporaryCredentials from an assumed role that will automatically refresh as needed.This issue actually blocks implementation of Kine #42
The text was updated successfully, but these errors were encountered: