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
Based on the discussion with the team, we need to investigate the exception message that is thrown when WriteGetObjectResponseAsync() is used with non-seekable streams.
Expected Behavior
Proper error message should be thrown that the stream is not seekable, rather than generic SigV4 error.
Current Behavior
Exception Amazon.Runtime.AmazonClientException: ChunkedUploadWrapperStream was initialized without a SigV4 or SigV4a signing result. is thrown.
Describe the bug
Related issue: #2519
Based on the discussion with the team, we need to investigate the exception message that is thrown when
WriteGetObjectResponseAsync()
is used with non-seekable streams.Expected Behavior
Proper error message should be thrown that the stream is not seekable, rather than generic SigV4 error.
Current Behavior
Exception
Amazon.Runtime.AmazonClientException: ChunkedUploadWrapperStream was initialized without a SigV4 or SigV4a signing result.
is thrown.Reproduction Steps
Refer #2519 (comment)
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.S3 3.7.101.48
AWSSDK.Core 3.7.103.10
Targeted .NET Platform
.NET 6
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: