@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.
@@ -4807,7 +4807,7 @@ var __publicField = (obj, key, value) => {
4807
4807
  isAuthNeeded: false,
4808
4808
  attachmentHash: sha1,
4809
4809
  // TODO: can we use the sha1 as the blocker?
4810
- blockers: [`s3-${sha1}`],
4810
+ blockers: [`s3-${presignedUrl.fields.key}`],
4811
4811
  blocks: [sha1],
4812
4812
  s3url: presignedUrl
4813
4813
  });