Skip to content

Commit

Permalink
[outofcoffee#435] Allow loading AWS profiles if they make use of role…
Browse files Browse the repository at this point in the history
…s via STS
  • Loading branch information
Carlos Hernández committed Jul 3, 2023
1 parent cfe3066 commit c9f38ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/config-resolver-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {

implementation platform("com.amazonaws:aws-java-sdk-bom:$version_aws_sdk")
implementation 'com.amazonaws:aws-java-sdk-s3'
implementation 'com.amazonaws:aws-java-sdk-sts'

// test
testImplementation project(':test:test-utils')
Expand Down

0 comments on commit c9f38ea

Please sign in to comment.