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
We use the Contabo S3 and I can see in the TraceLog that the PUT sometimes fails. However, the SDK does not seem to handle the invalid status, which leads to further errors in our system.
As a workaround, we have written a Verify method that uses the PublicUrl of a file to download it and check the StatusCode.
We use the Contabo S3 and I can see in the TraceLog that the PUT sometimes fails. However, the SDK does not seem to handle the invalid status, which leads to further errors in our system.
As a workaround, we have written a Verify method that uses the PublicUrl of a file to download it and check the StatusCode.
Here is an example trace log of a request.
My code is following (splitted parts):
The output of the verify method is
So we can see that the SDK still processes a non-OK status code without throwing an exception.
The text was updated successfully, but these errors were encountered: