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
{{ message }}
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.
S3 purported supports Range requests, but there's no way to specify these in Bucket.Get and friends. Perhaps a GetHeader method or similar is required?
The text was updated successfully, but these errors were encountered:
To achieve this, we need to be able to set custom headers on GET requests.
""The S3 APIs support the HTTP Range: header (see RFC 2616), which take a byte range argument. Just add a Range: bytes=0-NN header to your S3 request""
To add this functionality along with other custom functionality, adding GetReaderHeader which is similar to PutReaderHeader should solve this issue and be flexible enough for users to provide whatever headers they want.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
S3 purported supports Range requests, but there's no way to specify these in Bucket.Get and friends. Perhaps a GetHeader method or similar is required?
The text was updated successfully, but these errors were encountered: