Commit 22a3525
Fix S3 presigned URL upload 403 error by setting Content-Type header
The Conductor server's AWS SDK v2 upgrade (v3.21.17+) now includes
content-type in S3 presigned URL signatures. The client must send
a matching Content-Type header or S3 rejects the upload with 403.
Fixes conductor-oss/conductor#694
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 78a625a commit 22a3525
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
0 commit comments