You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/11/08 15:50:23 UTC

[GitHub] [beam] mosche commented on a change in pull request #15843: [BEAM-13147] Fix nullability issues in aws (SDK v1 + v2) for AwsModule

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org