mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-12-24 05:18:39 +00:00
6 lines
225 B
JavaScript
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; |