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 d3e5f10 commit fd76e2dCopy full SHA for fd76e2d
src/cli/backup.js
@@ -24,6 +24,10 @@ const backupClient =
24
endpoint: process.env.BB_AWS_S3_ENDPOINT,
25
region: process.env.BB_AWS_REGION,
26
forcePathStyle: true,
27
+ credentials: {
28
+ accessKeyId: process.env.BB_AWS_ACCESS_KEY_ID,
29
+ secretAccessKey: process.env.BB_AWS_SECRET_ACCESS_KEY,
30
+ },
31
})
32
: null;
33
0 commit comments