async-busboy
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "async-busboy", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Promise based multipart form parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ # Promise Based Multipart Form Parser | ||
const {fields} = await asyncBusboy(ctx.req, { | ||
onFile: function(fieldname, file, filename, encoding, mimetype) { | ||
onFile: function(filePromises, fieldname, file, filename, encoding, mimetype) { | ||
uploadFilesToS3(file); | ||
@@ -50,0 +50,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23211