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
I'm trying to use a synchronous get-method which would be s3client.GetObject(). It returns a GetObjectResponse but when I try to read it out it throws AmazonClientException: 'Expected hash not equal to calculated hash'. The weird thing is, when I use GetObjectAsync() in net8.0 it works, but when I use the exact same method in net472 the stream is suddenly not readable