JuliaServices / CloudStore.jl

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

check if response has `metrics` property #55

Closed mrufsvold closed 3 months ago

mrufsvold commented 3 months ago

Adds a fallback for getting the request length when the Response object does not have a metrics property.

This resolves #54 on my machine.