lbryio / reflector.go

MIT License
14 stars 13 forks source link

Upload never returns actual upload errors #60

Open anbsky opened 2 years ago

anbsky commented 2 years ago

reflector.uploader.Upload never stops or returns an error in case any of the blobs fail to upload, including trivial configuration errors like this:

MissingRegion: could not find region configuration

It would be useful to have some error reporting facility there other than logging output.