Download s3 partial results

S3 does support the HTTP range request

It’s useful when you want the partial lines from a big file.

By aws s3 command line

aws s3api get-object --range bytes=0-10000 --bucket=[BUCKET] --key=[KEY] partial_results
comments powered by Disqus