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
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaSandbox Credentialswhat 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 bundlesigv4
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.

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
Confirmed since Anthropic's documentation has since written up awsPairs, on All settings. | Values taken whole | Takes the value whole from the highest source that sets it, without combining entries or fields from lower sources. When the highest source doesn't set it, takes it whole from the next source down | [`sandbox.credent… settings-reference 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 awsPairs, on All settings.

See this entry in the whole of v2.1.268 →

Feedback