@ccci/micro-server 1.0.137 → 1.0.138
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/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -281599,9 +281599,11 @@ class UploaderS3 {
|
|
|
281599
281599
|
Bucket: bucketName,
|
|
281600
281600
|
Key: key
|
|
281601
281601
|
}));
|
|
281602
|
+
Logger.info("upload", upload);
|
|
281602
281603
|
UploaderS3.uploadSessions[key] = upload.UploadId;
|
|
281603
281604
|
return upload.UploadId;
|
|
281604
281605
|
} catch (error) {
|
|
281606
|
+
console.log("error", error);
|
|
281605
281607
|
Logger.error(error);
|
|
281606
281608
|
throw error;
|
|
281607
281609
|
}
|