qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

0 is not a valid byte range for get requests #6

Closed donaldpiret closed 12 years ago

donaldpiret commented 14 years ago

0 is not a valid range value for an http get request, and amazon ignores it and sends you back the whole file..

qoobaa commented 14 years ago

That really sucks :-/. 0..0 doesn't work for empty files. Do you have any idea how to fix it?

qoobaa commented 14 years ago

Does it work well in the current version?