2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-12-25 21:48:40 +00:00
2019-05-08 17:12:22 +01:00

6 lines
190 B
JavaScript

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