s3-proxy icon indicating copy to clipboard operation
s3-proxy copied to clipboard

Support range header to support partial downloads

Open blmarket opened this issue 3 years ago • 1 comments

Range header is important to support download resume and media streaming. As GetObject supports Range, this commit proxy the range header from the request to Range parameter of the GetObject.

Also found some non-ascii filename caused header to be broken. Added another option to suppress passing the proxied file path.

blmarket avatar Dec 16 '20 03:12 blmarket