Skip to content

Commit

Permalink
fix: Add aws-sts dependency in java sdk so that S3 client acquires IR…
Browse files Browse the repository at this point in the history
…SA role (feast-dev#3696)

Add aws-sts dependency in java sdk

Signed-off-by: harmeet-singh-discovery <[email protected]>
Signed-off-by: Attila Toth <[email protected]>
  • Loading branch information
harmeet-singh-discovery authored and zseta committed Feb 7, 2024
1 parent fb627d3 commit d6c6e73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/serving/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
<version>1.12.261</version>
</dependency>

<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sts</artifactId>
<version>1.12.476</version>
</dependency>

<dependency>
<groupId>com.adobe.testing</groupId>
<artifactId>s3mock-testcontainers</artifactId>
Expand Down

0 comments on commit d6c6e73

Please sign in to comment.