Merge pull request #3 from thelittlebug/patch-1

fix wrong region key to bucketRegion
This commit is contained in:
AJ ONeal 2019-05-18 20:26:54 -06:00 gecommit door GitHub
bovenliggende 0dbf786a17 37b764400e
commit 66602b9a10
Geen bekende sleutel gevonden voor deze handtekening in de database
GPG sleutel-ID: 4AEE18F83AFDEB23

Bestand weergeven

@ -23,7 +23,7 @@ You will need a s3 bucket and the corresponding credentials.
let store = require('greenlock-storage-s3').create({ let store = require('greenlock-storage-s3').create({
accessKeyId: accessKeyId // Replace with your accessKeyId accessKeyId: accessKeyId // Replace with your accessKeyId
, secretAccessKey: secretAccessKey // Replace with your secretAccessKey , secretAccessKey: secretAccessKey // Replace with your secretAccessKey
, regionName: regionName // Replace with your regionName , bucketRegion: regionName // Replace with your regionName
, bucketName: bucketName // Replace with your bucketName , bucketName: bucketName // Replace with your bucketName
, configDir: 'acme/' // Recommended , configDir: 'acme/' // Recommended
, accountsDir: 'accounts/' // Recommended , accountsDir: 'accounts/' // Recommended