mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-02-22 06:08:04 +00:00
Merge pull request #3 from thelittlebug/patch-1
fix wrong region key to bucketRegion
This commit is contained in:
commit
66602b9a10
@ -23,7 +23,7 @@ You will need a s3 bucket and the corresponding credentials.
|
||||
let store = require('greenlock-storage-s3').create({
|
||||
accessKeyId: accessKeyId // Replace with your accessKeyId
|
||||
, secretAccessKey: secretAccessKey // Replace with your secretAccessKey
|
||||
, regionName: regionName // Replace with your regionName
|
||||
, bucketRegion: regionName // Replace with your regionName
|
||||
, bucketName: bucketName // Replace with your bucketName
|
||||
, configDir: 'acme/' // Recommended
|
||||
, accountsDir: 'accounts/' // Recommended
|
||||
|
Loading…
x
Reference in New Issue
Block a user