We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a38aaa commit 7b1e4e3Copy full SHA for 7b1e4e3
lib/imageRouter/s3.js
@@ -48,7 +48,7 @@ exports.uploadImage = function (imagePath, callback) {
48
const command = new PutObjectCommand(params)
49
50
s3.send(command).then(data => {
51
- // default settings to https scheme
+ // default scheme settings to https
52
let s3Endpoint = 'https://s3.amazonaws.com'
53
if (config.s3.region && config.s3.region !== 'us-east-1') {
54
s3Endpoint = `s3-${config.s3.region}.amazonaws.com`
0 commit comments