UNPKG

@uppy/aws-s3-multipart

Version:

Upload to Amazon S3 with Uppy and S3's Multipart upload strategy

38 lines 754 B
{ "name": "@uppy/aws-s3-multipart", "description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy", "version": "4.1.2", "license": "MIT", "main": "lib/index.js", "type": "module", "keywords": [ "file uploader", "aws s3", "amazon s3", "s3", "uppy", "uppy-plugin", "multipart" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "files": [ "src", "lib", "dist", "CHANGELOG.md" ], "dependencies": { "@uppy/aws-s3": "^4.3.2" }, "devDependencies": { "@uppy/core": "^4.5.2", "typescript": "^5.8.3" } }