mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-12-25 21:48:40 +00:00
6 lines
190 B
JavaScript
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);
|
|
} |