2
0
ミラー元 https://github.com/cderche/greenlock-challenge-s3 前回の同期 2025-05-10 23:46:31 +00:00

Update README.md

このコミットが含まれているのは:
cyrille 2019-05-08 18:34:59 +01:00 committed by GitHub
コミット 201fecc493
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23

ファイルの表示

@ -24,7 +24,7 @@ let challenge = require('greenlock-challenge-s3').create({
, secretAccessKey: secretAccessKey // Replace with your secretAccessKey , secretAccessKey: secretAccessKey // Replace with your secretAccessKey
, regionName: regionName // Replace with your regionName , regionName: regionName // Replace with your regionName
, bucketName: bucketName // Replace with your bucketName , bucketName: bucketName // Replace with your bucketName
, directory: '' // Recommended , directory: 'acme-challenge/' // Recommended
, debug: true // Debug , debug: true // Debug
}); });