2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-02-22 22:28:04 +00:00

6 lines
190 B
JavaScript
Raw Normal View History

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