Content length of the manifest file for multipart upload in swift doesnot have 
size of entire blob instead it has the content length of the manifest file.As 
per the javadoc [1] Content-Length of the manifest must be size of the blob.
As per my observation content length of the manifest has is not content length 
of the blob.
Also in the comments mentioned in below reference, Its clear that content 
length will be set to the object size once the PUT operation is complete.
Can you point us to the code snippet, where computation of content length 
happens once PUT is completed ?

[1] 
https://github.com/jclouds/jclouds/blob/master/apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/binders/BindManifestToJsonPayload.java

RegardsArchana

Reply via email to