JuliaServices / CloudStore.jl

A simple, consistent, and performant API for interacting with common cloud storage abstractions
Other
16 stars 8 forks source link

Tweaks to PrefetchedDownloadStream #28

Closed Drvi closed 1 year ago

Drvi commented 1 year ago

Fixes typo: Prefe\~t\~chedDownloadStream Fixes a bug in the close method where we would error-notify without holding the lock Fixed a bug where with empty files we'd divide by zero when spawning download tasks added some more IO methods

cc: @quinnj