JuliaServices / CloudStore.jl

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

Refactor get + multipart download implementation #40

Closed quinnj closed 1 year ago

quinnj commented 1 year ago

Tries to make the code easier to follow. Also try to clarify our rules around the various output arguments the user can provide. In particular, if a byte buffer is provided, the following rules must be followed:

You can also provide an objectMaxSize keyword arg (in bytes) that can help avoid a HEAD request for small objects.