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
When calling StatObjectAsync the method should throw an exception if the object is not found. But instead this seems to return an ObjectStat with default values instead.
I don't know if this is intended or not. I have not done anything special just installed it locally on windows 10, ran it and connected using a .NET 8 client. In the example below I just check the ETag if it's null or not, but I'm not sure if this is the best approach.