You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix unhandled JSON.parse errors in upload metadata parameters (#149)
Wrap base64 + JSON decoding of customMetadata and httpMetadata query
parameters in try-catch blocks for PutObject and CreateUpload endpoints.
Previously, malformed input would crash with an unhandled exception
returning a 500 error. Now returns a descriptive 400 error instead.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments