mosche commented on a change in pull request #15843:
URL: https://github.com/apache/beam/pull/15843#discussion_r744856163
##########
File path:
sdks/java/io/amazon-web-services/src/main/java/org/apache/beam/sdk/io/aws/options/AwsModule.java
##########
@@ -168,8 +188,7 @@ public AWSCredentialsProvider deserializeWithType(
EnvironmentVariableCredentialsProvider.class,
SystemPropertiesCredentialsProvider.class,
ProfileCredentialsProvider.class,
- EC2ContainerCredentialsProviderWrapper.class,
- STSAssumeRoleSessionCredentialsProvider.class);
Review comment:
STSAssumeRoleSessionCredentialsProvider is not a singleton provider
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]