10 lines
316 B
JavaScript
10 lines
316 B
JavaScript
exports.S3 = () => null
|
|
exports.Upload = () => null
|
|
|
|
exports.HeadObjectCommand = () => null
|
|
exports.PutObjectCommand = () => null
|
|
exports.UploadPartCommand = () => null
|
|
exports.CreateMultipartUploadCommand = () => null
|
|
exports.CompleteMultipartUploadCommand = () => null
|
|
exports.PutObjectTaggingCommand = () => null
|