Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Mar 12, 2024
1 parent 0da30fd commit d8fb022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public S3Client getS3Client(String endpoint) throws URISyntaxException {
.build())
.refreshRequest(AssumeRoleRequest
.builder()
.roleArn(getRole())
.roleArn("arn:aws:iam::577373831711:role/bfd-test-eft-ab2d-bucket-role")
.roleSessionName("roleSessionName")
.build())
.build();
Expand Down

0 comments on commit d8fb022

Please sign in to comment.