Closed Elzor closed 11 years ago
LeoFS-Gateway respond an object with chunked transfer encording(not using content-length). Unfortunately, "s3cmd" does not support that, yet.
Thanks!
I've added the note on the documentation: http://www.leofs.org/docs/s3_client.html#connecting-to-leofs-using-s3cmd
I have some trouble with reading large files. My config:
For example I wrote 2GB test file:
s3cmd put /var/tmp/sample2.file s3://vstorage/test.big
s3cmd ls s3://vstorage
2013-09-26 19:20 2147479552 s3://vstorage/test.big Then I try get it and have error:s3cmd get s3://vstorage/test.big ./test.big