@uppy/aws-s3
Version:
Upload to Amazon S3 with Uppy
39 lines • 840 B
JSON
{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
"version": "4.2.3",
"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"
},
"dependencies": {
"@uppy/companion-client": "^4.4.1",
"@uppy/utils": "^6.1.1"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.362.0",
"@aws-sdk/s3-request-presigner": "^3.362.0",
"nock": "^13.1.0",
"vitest": "^1.2.1",
"whatwg-fetch": "3.6.2"
},
"peerDependencies": {
"@uppy/core": "^4.4.1"
}
}