gl-store-s3.js/lib/accounts/check.js

6 lines
190 B
JavaScript
Raw Normal View History

2019-05-08 23:01:23 +00:00
const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");
2019-05-08 16:12:22 +00:00
module.exports.check = (opts, options, s3) => {
console.log("accounts.check", opts.account.id);
}