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
The aws-sdk-net package attempts to use streaming SigV4 so the operations need to be given the DisablePayloadSigning = true option.
The error you get back is a pretty cryptic 'STREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented' and it's a pain point that users often run into - would be good to document this so users can see what they might need to get it working with R2 that they don't need for S3/B2/etc
The text was updated successfully, but these errors were encountered:
Which Cloudflare product(s) does this pertain to?
R2
Subject Matter
Document how to use the aws-sdk-net package
Content Location
- R2 Examples
Additional information
The aws-sdk-net package attempts to use streaming SigV4 so the operations
need to be given the DisablePayloadSigning = true option.
The error you get back is a pretty cryptic
'STREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented' and it's a pain point
that users often run into - would be good to document this so users can see
what they might need to get it working with R2 that they don't need for
S3/B2/etc
—
Reply to this email directly, view it on GitHub
<#6133>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3KOOKKKEJV2NLSFYUA4SD3WBUXT3ANCNFSM6AAAAAAQ5JOBOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Which Cloudflare product(s) does this pertain to?
R2
Subject Matter
Document how to use the aws-sdk-net package
Content Location
Additional information
The
aws-sdk-net
package attempts to use streaming SigV4 so the operations need to be given theDisablePayloadSigning = true
option.The error you get back is a pretty cryptic 'STREAMING-AWS4-HMAC-SHA256-PAYLOAD not implemented' and it's a pain point that users often run into - would be good to document this so users can see what they might need to get it working with R2 that they don't need for S3/B2/etc
The text was updated successfully, but these errors were encountered: