Skip to content

Commit bf7bfc2

Browse files
committed
fix mock
1 parent 5d39edd commit bf7bfc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/mocks/s3adapter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function getMockS3Adapter(options) {
66
const accessKey = process.env.TEST_S3_ACCESS_KEY || 'ACCESS_KEY';
77
const secretKey = process.env.TEST_S3_SECRET_KEY || 'SECRET_KEY';
88
const bucket = process.env.TEST_S3_BUCKET || 'BUCKET';
9+
const region = process.env.TEST_S3_REGION || 'us-east-1';
910

1011
const s3 = new S3Adapter(Object.assign({
1112
accessKey,

0 commit comments

Comments
 (0)