Skip to content

Commit

Permalink
Merge branch 'JEV-12-S3-listener-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Oct 29, 2019
2 parents ecd9aac + 71dc1d7 commit 3ed9448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/s3/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const localConfig = {
};

// Use the ignore because cannot change that process env globally
module.exports = IS_OFFLINE && S3_LOCAL_ENDPOINT ? /* istanbul ignore next */ new S3(localConfig) : new S3();
module.exports = /* istanbul ignore next */ IS_OFFLINE && S3_LOCAL_ENDPOINT ? /* istanbul ignore next */ new S3(localConfig) : new S3();

0 comments on commit 3ed9448

Please sign in to comment.