UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

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