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
this is actually a bit more subtle, it happens because S3 is returning an empty 404 error and I'm not sure how the SDK is supposed to know that's going to happen
I encountered this on both
v0.0.5-alpha
andv0.0.6-alpha
.The S3 HeadObject operation fails with the following when an object doesn't exist:
Trace:
It looks like the generated code is expecting a body when S3 doesn't respond with one:
https://github.com/awslabs/aws-sdk-rust/blob/main/sdk/s3/src/operation_deser.rs#L1916
The text was updated successfully, but these errors were encountered: