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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
#66cb7cf91 Thanks @axonstone! - Add scoped AWS credentials support for live discovery. CloudBurnClient.discover() accepts aws.credentials (a static identity or credential provider), and the new withAwsClientCredentials() helper scopes credentials to every AWS client created inside a callback. Existing behavior is unchanged when no credentials are supplied.