Skip to content

Commit a1d6567

Browse files
waleedlatif1claude
andcommitted
fix(data-drains): preserve explicit forcePathStyle=false + reserve x-sim-signature
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent eac6cc0 commit a1d6567

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/sim/ee/data-drains/destinations/registry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const s3FormSpec: DestinationFormSpec<S3State> = {
102102
region: s.region,
103103
prefix: s.prefix || undefined,
104104
endpoint: s.endpoint || undefined,
105-
forcePathStyle: s.forcePathStyle || undefined,
105+
forcePathStyle: s.forcePathStyle,
106106
},
107107
destinationCredentials: {
108108
accessKeyId: s.accessKeyId,

apps/sim/lib/data-drains/destinations/webhook.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const RESERVED_SIGNATURE_HEADER_NAMES = new Set([
3333
'x-sim-sequence',
3434
'x-sim-row-count',
3535
'x-sim-probe',
36+
'x-sim-signature',
3637
])
3738

3839
/**

0 commit comments

Comments
 (0)