fix wrong region key to bucketRegion

This commit is contained in:
Herbert Rusznak 2019-05-17 11:26:03 +02:00 committed by GitHub
parent 0dbf786a17
commit 37b764400e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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