2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-02-22 22:28:04 +00:00
2019-05-09 00:12:15 +01:00

6 lines
191 B
JavaScript

const pathHelper = require("../pathHelper");
const fileNames = require("../fileNames");
module.exports.check = (opts, options, s3) => {
console.log("accounts.check", opts.account.id);
};