Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

AWS request signing now defaults to deny for unre-signable request types

Requests using AWS streaming uploads, presigned URLs, or SigV4A signatures are now blocked by default unless explicitly allowed

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaS3 Toolwhat it touches
KindNew Featuresin v2.1.268,
Group of 2 Use it now Notable

Requests using AWS streaming uploads, presigned URLs, or SigV4A signatures are now blocked by default unless explicitly allowed

What

A new policy schema governs how Claude Code's credential-masking proxy handles AWS requests it cannot fully re-sign itself, covering three categories:

  • streaming – AWS-chunked streaming uploads
  • presigned – URLs with an embedded signature
  • sigv4a – requests using asymmetric SigV4A signatures

Each of these now defaults to "deny" (the request fails closed with a 403 error) unless explicitly set to "passthrough". This replaces old vendor code that previously implemented an unrelated JSON-schema $recursiveAnchor keyword at this same location.

Why

These request types can't be safely re-signed by the masking proxy, so letting them through by default would risk exposing real credentials. Defaulting to deny closes that gap while still allowing an explicit opt-in via passthrough where it's known to be safe.

Read from
Names in the bundlestreamingpresignedsigv4a
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Error reference touched a line naming streaming after this was published. Before v2.1.271, a reply that carried a valid API message under a non-JSON content type such as `text/plain` also ended the turn with this error. Some LLM gateways use that content type for the non-streaming reply. errors see the edit
Confirmed since Anthropic's documentation has since written up streaming, on Error reference. | `Streaming response ended before any complete data was received` | [Network](#streaming-response-ended-before-any-complete-data-was-received) | errors see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up streaming, on Error reference.

See this entry in the whole of v2.1.268 →

Feedback