JuliaServices / CloudStore.jl

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

`MethodError` with HTTP.jl 1.10.4+ #53

Open mrufsvold opened 3 months ago

mrufsvold commented 3 months ago

Due to this HTTP.jl issue, CloudStore.get throws a MethodError. Rolling back to HTTP@1.10.3 makes that issue go away, so I think the fix is just to cap the Compat for now!