Hi.
 
Although the jclouds documentation clearly states:
 
"Note that in S3, you must calculate the length ahead of time, since it doesn't 
support chunked encoding."
 
It seems that in general it is somehow possible to upload files without knowing 
its content length in advance like implemented here:
 
https://github.com/libin/s3distcp/blob/master/src/main/java/com/amazon/external/elasticmapreduce/s3distcp/MultipartUploadOutputStream.java
 
I'm wondering if such functionality is already implemented in jclouds or, if 
not, are there're any plans
to do so?

Using the jclouds MultiPartUpload still forces me to specify the content-length.
 
Thanks
Veit

Reply via email to