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 提交者 GitHub
父节点 e239bc3e94
当前提交 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
}); });