UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

8 lines (5 loc) 135 B
'use strict'; const AWS = require('./sdk-v2'); module.exports = () => { return Boolean(new AWS.S3().config.credentials); };