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 5d39edd commit bf7bfc2Copy full SHA for bf7bfc2
spec/mocks/s3adapter.js
@@ -6,6 +6,7 @@ function getMockS3Adapter(options) {
6
const accessKey = process.env.TEST_S3_ACCESS_KEY || 'ACCESS_KEY';
7
const secretKey = process.env.TEST_S3_SECRET_KEY || 'SECRET_KEY';
8
const bucket = process.env.TEST_S3_BUCKET || 'BUCKET';
9
+ const region = process.env.TEST_S3_REGION || 'us-east-1';
10
11
const s3 = new S3Adapter(Object.assign({
12
accessKey,
0 commit comments