Skip to content

Commit 12a8b6d

Browse files
committed
revoked key
1 parent cb22031 commit 12a8b6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sandbox/aws/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ const { MAIN_BUCKET = '', READ_FOLDERS = '', WRITE_FOLDER = '', TIVO_TOKEN = '',
3232
const client = new S3Client({
3333
region: 'ap-southeast-1',
3434
credentials:{
35-
accessKeyId: process.env.AWS_ACCESS_ID, // 'AKIATADURGW3ULYHD3DM',
36-
secretAccessKey: process.env.AWS_ACCESS_KEY // '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',
35+
accessKeyId: process.env.AWS_ACCESS_ID,
36+
secretAccessKey: process.env.AWS_ACCESS_KEY
3737
},
3838
});
3939

0 commit comments

Comments
 (0)