Skip to content
Discussion options

You must be logged in to vote

Hi @POnakS, sorry AWSSDK.Extensions.NETCore.Setup is not meeting your expectations.

I'm confused what you mean by it having its own credential resolution system? This library still uses FallbackCredentialsFactory or it's replacement in V4 DefaultIdentityResolverConfiguration to resolve credentials. It just happens to have a layer on top to look for credential configuration in the IConfiguration because the core part of the SDK would not have access to the instance of IConfiguration. If you are not configuring credentials via IConfiguration like have settings in the appsettings.json file then it uses the exact same mechanism for resolving credentials.

The idea of the library is to create i…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ashishdhingra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants