weavejester/clj-aws-s3

byte range requests

gfredericks opened this issue · 0 comments

Looks like it's pretty easy to request byte ranges using the (.setRange ...) method on the GetObjectRequest object.

Not sure what the best way to expose it is. In the meantime I'll be doing the interop myself.