From 90c7766386e0f374fc6060f1c0d900b1cc96a528 Mon Sep 17 00:00:00 2001 From: cyrille Date: Wed, 8 May 2019 18:34:06 +0100 Subject: [PATCH] Update index.js --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index b0312e7..3af224e 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ const defaultOptions = { , secretAccessKey: null , bucketName: null , bucketRegion: null - , directory: '' + , directory: 'acme-challenge/' } const s3 = new AWS.S3({ apiVersion: '2006-03-01' }); @@ -43,4 +43,4 @@ module.exports.create = (createOptions) => { }; return handlers; -}; \ No newline at end of file +};