Skip to content

Commit b799577

Browse files
committed
Merge pull request #10 from voravor/master
Use endPoint option
2 parents 92f5ab5 + 90a3b91 commit b799577

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,8 @@ module.exports = (function () {
334334
AWS.config.update({
335335
"accessKeyId": connection.accessKeyId,
336336
"secretAccessKey": connection.secretAccessKey,
337-
"region": connection.region
337+
"region": connection.region,
338+
"endpoint": connection.endPoint
338339
});
339340
} catch (e) {
340341

0 commit comments

Comments
 (0)