2
0
mirror of https://github.com/cderche/greenlock-challenge-s3 synced 2025-05-10 15:36:33 +00:00

Update README.md

This commit is contained in:
cyrille 2019-05-08 18:34:59 +01:00 committed by GitHub
parent e239bc3e94
commit 201fecc493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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