clj-aws-s3
clj-aws-s3 copied to clipboard
byte range requests
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.