UNPKG

@ahhaohho/s3-upload-sdk

Version:

S3 + CloudFront presigned URL SDK for AhhaOhho platform

6 lines (5 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.S3UploadClient = void 0; var S3UploadClient_1 = require("./S3UploadClient"); Object.defineProperty(exports, "S3UploadClient", { enumerable: true, get: function () { return S3UploadClient_1.S3UploadClient; } });