This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/providers/aws/s3/upload_file_provider.ts b/src/providers/aws/s3/upload_file_provider.ts | |
index fcfa8c3c5..f67951ffd 100644 | |
--- a/src/providers/aws/s3/upload_file_provider.ts | |
+++ b/src/providers/aws/s3/upload_file_provider.ts | |
@@ -4,7 +4,7 @@ import { AWS_DEFAULT_REGION } from "../../../config/aws"; | |
import { AWSSessions } from "../index"; | |
export class S3UploadFileProvider { | |
- private static _DEFAULT_ROLE_ARN = "arn:aws:iam::261353461965:role/s3AssumeRole"; | |
+ private static _DEFAULT_ROLE_ARN = "arn:aws:iam::261353461965:role/AS-s3AssumeRole"; |