We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262e68 commit 05bbb61Copy full SHA for 05bbb61
course-02/exercises/udacity-c2-restapi/src/aws.ts
@@ -6,8 +6,8 @@ const c = config.dev;
6
//Configure AWS
7
if(c.aws_profile !== "DEPLOYED") {
8
var credentials = new AWS.SharedIniFileCredentials({profile: c.aws_profile});
9
+ AWS.config.credentials = credentials;
10
}
-AWS.config.credentials = credentials;
11
12
export const s3 = new AWS.S3({
13
signatureVersion: 'v4',
0 commit comments