axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

`WrongRequestBodyStreamSize` when using `concurrentUpload` #17

Closed lehins closed 1 year ago

lehins commented 5 years ago

When using concurrentUpload it consistently results in WrongRequestBodyStreamSize exception, see AppVeyor build for an example, error in red is "probably" unrelated stack issue.

TransportError - WrongRequestBodyStreamSize 43626199 8388608

I suspect the error actually comes from amazonka itself: brendanhay/amazonka#548

I don't really have much more time I can spend on investigating this issue, so I just switched to sequential streamUpload and called it a day. But I don't want this problem to go unnoticed so regardless of where the error really comes from I was getting it while using amazonka-s3-streaming, so decided to report it here as well.

axman6 commented 4 years ago

Thanks for letting me know @lehins, hopefully it'll get fixed in Amazonka (though not much has been getting fixed there lately :( )

axman6 commented 2 years ago

I believe this has now been fixed in Amazonka head as of yesterday.

axman6 commented 1 year ago

Marking this as closed because I'm pretty sure it's been fixed upstream.

endgame commented 1 year ago

Yes, fixed in https://github.com/brendanhay/amazonka/pull/794.