There was an error while loading. Please reload this page.
I'm using Wasabi to upload a file and I get the error "The provided 'x-amz-content-sha256' header does not match what was computed"
byte[] blob; ..... await _blobStorage.WriteAsync(GetItemPath(ItemID), blob);
any idea?