@overmap-ai/core 1.0.49-update-presigned-url-payload.1 → 1.0.49
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/overmap-core.js
CHANGED
|
@@ -7285,7 +7285,7 @@ class FileService extends BaseApiService {
|
|
|
7285
7285
|
method: HttpMethod.POST,
|
|
7286
7286
|
isExternalUrl: true,
|
|
7287
7287
|
isAuthNeeded: false,
|
|
7288
|
-
attachmentHash:
|
|
7288
|
+
attachmentHash: sha1,
|
|
7289
7289
|
blockers: [`s3-${key}`],
|
|
7290
7290
|
blocks: [sha1],
|
|
7291
7291
|
s3url: fileUploadUrlResponse
|