You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessing chunked data often requires reading specific, pre-known byte ranges from a file.
S3 already supports this (AWSS3.jl has a keyword to read for this reason) and some HTTP implementations also support retrieving a certain range of bytes from the response.
The ideal function would have a generic implementation that looks like:
Accessing chunked data often requires reading specific, pre-known byte ranges from a file.
S3 already supports this (AWSS3.jl has a keyword to
read
for this reason) and some HTTP implementations also support retrieving a certain range of bytes from the response.The ideal function would have a generic implementation that looks like:
and packages like AWSS3.jl could override if they have more efficient ways to perform this kind of access.
The text was updated successfully, but these errors were encountered: