Skip to content

Commit fd76e2d

Browse files
vrtndroyvardhan
authored andcommitted
use correct creds
1 parent d3e5f10 commit fd76e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cli/backup.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ const backupClient =
2424
endpoint: process.env.BB_AWS_S3_ENDPOINT,
2525
region: process.env.BB_AWS_REGION,
2626
forcePathStyle: true,
27+
credentials: {
28+
accessKeyId: process.env.BB_AWS_ACCESS_KEY_ID,
29+
secretAccessKey: process.env.BB_AWS_SECRET_ACCESS_KEY,
30+
},
2731
})
2832
: null;
2933

0 commit comments

Comments
 (0)