@m11s-io/s3-upload-proxy 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m11s-io/s3-upload-proxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "HTTP-to-S3 upload proxy — accepts multipart file uploads and stores them in any S3-compatible store",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"upload",
|
|
21
21
|
"proxy"
|
|
22
22
|
],
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/m11s-io/js"
|
|
26
|
+
},
|
|
23
27
|
"license": "MIT",
|
|
24
28
|
"dependencies": {
|
|
25
29
|
"@aws-sdk/client-s3": "^3",
|