@ccci/micro-server 1.0.155 → 1.0.156
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -298142,7 +298142,7 @@ class UploaderS3 {
|
|
|
298142
298142
|
Bucket: response.Bucket,
|
|
298143
298143
|
Etag: response.ETag,
|
|
298144
298144
|
Key: response.Key,
|
|
298145
|
-
Location: response.Location
|
|
298145
|
+
Location: `https://${response.Location}`,
|
|
298146
298146
|
MimeType: getMimeType(response.Key ?? "") ?? ""
|
|
298147
298147
|
};
|
|
298148
298148
|
Logger.info("Multipart upload completed successfully.");
|