2
0
mirror of https://github.com/cderche/greenlock-storage-s3 synced 2025-12-24 05:18:39 +00:00
2019-05-08 11:43:08 +01:00

6 lines
225 B
JavaScript

require('./lib/browser_loader');
var AWS = require('./lib/core');
if (typeof window !== 'undefined') window.AWS = AWS;
if (typeof module !== 'undefined') module.exports = AWS;
if (typeof self !== 'undefined') self.AWS = AWS;