anthonyMc11

Results 4 comments of anthonyMc11

I've fixed this locally but can't push up a branch. I've changed the check from if (!string.IsNullOrEmpty(objectName) && method != HttpMethod.Put) region = await GetRegion(bucketName).ConfigureAwait(false); to if ( method !=...

Thanks, I'll consider upgrading is there a version number the fix is due in?

hi @timothycoleman I've retested on eventstore version 21.10.8.0 and I'm still getting the same behaviour

Thanks for your feed back ylorph, I thought so too, however the behaviour does not present itself when only a single event is being replayed, which would surely suffer the...