@overmap-ai/core 1.0.50-bulk-form-submission.1 → 1.0.50-bulk-form-submission.2
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
|
@@ -4816,7 +4816,7 @@ class AttachmentService extends BaseApiService {
|
|
|
4816
4816
|
isAuthNeeded: false,
|
|
4817
4817
|
attachmentHash: sha1,
|
|
4818
4818
|
// TODO: can we use the sha1 as the blocker?
|
|
4819
|
-
blockers: [`s3-${
|
|
4819
|
+
blockers: [`s3-${presignedUrl.fields.key}`],
|
|
4820
4820
|
blocks: [sha1],
|
|
4821
4821
|
s3url: presignedUrl
|
|
4822
4822
|
});
|