Skip to content

Commit

Permalink
[iBQzFOoI] Adds sts to the list of aws extra-dependencies (#3773)
Browse files Browse the repository at this point in the history
This should make the authentication work correctly with service accounts
  • Loading branch information
ncordon authored Sep 20, 2023
1 parent c9d3b35 commit c6fccf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extra-dependencies/aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jar {

dependencies {
implementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.425'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.425'
}

0 comments on commit c6fccf4

Please sign in to comment.