UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

11 lines (10 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.S3Client = void 0; /** @internal */ class S3Client { async upload(url, fields, file, length) { return this._upload(url, fields, this.wrapMultiPartFile(file), length); } } exports.S3Client = S3Client;