aws-core-common/src/main/java/jetbrains/buildServer/util/amazon/AWSClients.java [92:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                  @NotNull final String sessionName, final int sessionDuration,
                                                  @NotNull final String region) {
    return fromExistingCredentials(new AWSCommonParams.LazyCredentials() {
      @NotNull
      @Override
      protected AwsSessionCredentials createCredentials() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-core-common/src/main/java/jetbrains/buildServer/util/amazon/AWSClients.java [105:110]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                  @NotNull final String sessionName, final int sessionDuration,
                                                  @NotNull final String region) {
    return fromExistingCredentials(new AWSCommonParams.LazyCredentials() {
      @NotNull
      @Override
      protected AwsSessionCredentials createCredentials() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



