@ccci/micro-server 1.0.219 → 1.0.220
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
CHANGED
|
@@ -303336,7 +303336,8 @@ class Uploader {
|
|
|
303336
303336
|
bucket,
|
|
303337
303337
|
directory: dir,
|
|
303338
303338
|
objectName: filename,
|
|
303339
|
-
mimeType: file.mimetype
|
|
303339
|
+
mimeType: file.mimetype,
|
|
303340
|
+
location: `https://${process.env.MINIO_ENDPOINT}${path3}`
|
|
303340
303341
|
});
|
|
303341
303342
|
}
|
|
303342
303343
|
return isArray ? response4 : response4[0];
|