We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e5d79b commit 7cab3dcCopy full SHA for 7cab3dc
config.json renamed to credentials.json
index.js
@@ -74,7 +74,7 @@ module.exports = (function () {
74
accessKeyId: null
75
, secretAccessKey: null
76
, region: 'us-west-1'
77
- , credentialsFilePath: './config.json'
+ , credentialsFilePath: './credentials.json'
78
// For example:
79
// port: 3306,
80
// host: 'localhost',
@@ -139,7 +139,7 @@ module.exports = (function () {
139
*/
140
registerCollection: function(collection, cb) {
141
//console.log("adapter::registerCollection:", collection);
142
- AWS.config.loadFromPath('./config.json');
+ AWS.config.loadFromPath('./credentials.json');
143
/*
144
adapter::registerCollection: { keyId: 'id',
145
syncable: true,
0 commit comments