features/s3/step_definitions/hooks.js (
6
lines of code) (
raw
):
module.exports = function () { this.Before('@s3', function (callback) { this.service = this.s3 = new this.AWS.S3({maxRetries: 100}); callback(); }); };