We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7393275 commit 288b90eCopy full SHA for 288b90e
extensions/src/AWSSDK.Extensions.NETCore.Setup/ServiceCollectionExtensions.cs
@@ -248,8 +248,6 @@ private static IServiceCollection AddCredentialsFactoryInternal(
248
collection.Add(serviceDescriptor);
249
}
250
251
- collection.TryAddTransient<AWSCredentials>(sp => sp.GetRequiredService<IAWSCredentialsFactory>().Create());
252
-
253
return collection;
254
255
0 commit comments