mirror of
https://github.com/cderche/greenlock-challenge-s3
synced 2025-05-10 15:36:33 +00:00
Update index.js
This commit is contained in:
parent
50dfb3dd2b
commit
90c7766386
4
index.js
4
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;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user