2
0
ミラー元 https://github.com/cderche/greenlock-storage-s3 前回の同期 2025-12-15 09:38:39 +00:00

fix wrong region key to bucketRegion

このコミットが含まれているのは:
Herbert Rusznak 2019-05-17 11:26:03 +02:00 committed by GitHub
コミット 37b764400e
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23

ファイルの表示

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