[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-27 Thread Andrew Gaul (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1240:
-
Environment: 
RHEL 7.2
Swift Version 2.10.0-2

  was:
RHEL 7.2
jClouds 2.0.0
Swift Version 2.10.0-2


> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.0.0
> Environment: RHEL 7.2
> Swift Version 2.10.0-2
>Reporter: Archana Chinnaiah
>  Labels: openstack-swift
> Attachments: SwiftMPU
>
>
> 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.
> [1] 
> https://github.com/jclouds/jclouds/blob/master/apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/binders/BindManifestToJsonPayload.java
> As per my observation content length of the manifest has is not content 
> length of the blob.
> {code}
> [root@jupiter-vm564 ~]# swift list arctestAPI
> arc
> arc/slo/1487235018.498000/10485839/0/0001
> arc/slo/1487235018.498000/10485839/0/0002
> [root@jupiter-vm564 ~]# swift stat arctestAPI arc
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc
>   Content Type: application/unknown
>   Content Length: 264
>   Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
>   ETag: fcd3ba56d354c8819d186eed4eee115d
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235522.85407
>   X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0001
>Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>Container: arctestAPI
>Object: arc/slo/1487235018.498000/10485839/0/0001
>Content Type: application/unknown
>Content Length: 33554432
>Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
>ETag: 58f06dd588d8ffb3beb46ada6309436b
>Content-Disposition: arc
>Accept-Ranges: bytes
>Connection: keep-alive
>X-Timestamp: 1487235508.56703
>X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0002
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc/slo/1487235018.498000/10485839/0/0002
>   Content Type: application/unknown
>   Content Length: 3145728
>Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
>ETag: d1dd210d6b1312cb342b56d02bd5e651
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235521.06353
>   X-Trans-Id: txacf9546117e345d48921f-0058a56a48
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-27 Thread Andrew Gaul (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1240:
-
Priority: Major  (was: Blocker)

> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.0.0
> Environment: RHEL 7.2
> jClouds 2.0.0
> Swift Version 2.10.0-2
>Reporter: Archana Chinnaiah
>  Labels: openstack-swift
> Attachments: SwiftMPU
>
>
> 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.
> [1] 
> https://github.com/jclouds/jclouds/blob/master/apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/binders/BindManifestToJsonPayload.java
> As per my observation content length of the manifest has is not content 
> length of the blob.
> {code}
> [root@jupiter-vm564 ~]# swift list arctestAPI
> arc
> arc/slo/1487235018.498000/10485839/0/0001
> arc/slo/1487235018.498000/10485839/0/0002
> [root@jupiter-vm564 ~]# swift stat arctestAPI arc
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc
>   Content Type: application/unknown
>   Content Length: 264
>   Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
>   ETag: fcd3ba56d354c8819d186eed4eee115d
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235522.85407
>   X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0001
>Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>Container: arctestAPI
>Object: arc/slo/1487235018.498000/10485839/0/0001
>Content Type: application/unknown
>Content Length: 33554432
>Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
>ETag: 58f06dd588d8ffb3beb46ada6309436b
>Content-Disposition: arc
>Accept-Ranges: bytes
>Connection: keep-alive
>X-Timestamp: 1487235508.56703
>X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0002
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc/slo/1487235018.498000/10485839/0/0002
>   Content Type: application/unknown
>   Content Length: 3145728
>Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
>ETag: d1dd210d6b1312cb342b56d02bd5e651
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235521.06353
>   X-Trans-Id: txacf9546117e345d48921f-0058a56a48
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-27 Thread Andrew Gaul (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1240:
-
Description: 
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.

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

As per my observation content length of the manifest has is not content length 
of the blob.

{code}
[root@jupiter-vm564 ~]# swift list arctestAPI
arc
arc/slo/1487235018.498000/10485839/0/0001
arc/slo/1487235018.498000/10485839/0/0002


[root@jupiter-vm564 ~]# swift stat arctestAPI arc
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc
  Content Type: application/unknown
  Content Length: 264
  Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
  ETag: fcd3ba56d354c8819d186eed4eee115d
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235522.85407
  X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0001
   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
   Container: arctestAPI
   Object: arc/slo/1487235018.498000/10485839/0/0001
   Content Type: application/unknown
   Content Length: 33554432
   Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
   ETag: 58f06dd588d8ffb3beb46ada6309436b
   Content-Disposition: arc
   Accept-Ranges: bytes
   Connection: keep-alive
   X-Timestamp: 1487235508.56703
   X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0002
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc/slo/1487235018.498000/10485839/0/0002
  Content Type: application/unknown
  Content Length: 3145728
   Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
   ETag: d1dd210d6b1312cb342b56d02bd5e651
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235521.06353
  X-Trans-Id: txacf9546117e345d48921f-0058a56a48
{code}

  was:
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.

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

As per my observation content length of the manifest has is not content length 
of the blob.

[root@jupiter-vm564 ~]# swift list arctestAPI
arc
arc/slo/1487235018.498000/10485839/0/0001
arc/slo/1487235018.498000/10485839/0/0002


[root@jupiter-vm564 ~]# swift stat arctestAPI arc
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc
  Content Type: application/unknown
  Content Length: 264
  Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
  ETag: fcd3ba56d354c8819d186eed4eee115d
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235522.85407
  X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0001
   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
   Container: arctestAPI
   Object: arc/slo/1487235018.498000/10485839/0/0001
   Content Type: application/unknown
   Content Length: 33554432
   Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
   ETag: 58f06dd588d8ffb3beb46ada6309436b
   Content-Disposition: arc
   Accept-Ranges: bytes
   Connection: keep-alive
   X-Timestamp: 1487235508.56703
   X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0002
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc/slo/1487235018.498000/10485839/0/0002
  Content Type: application/unknown
  Content Length: 3145728
   Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
   ETag: d1dd210d6b1312cb342b56d02bd5e651
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235521.06353
  X-Trans-Id: txacf9546117e345d48921f-0058a56a48



> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> 

[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-27 Thread Andrew Gaul (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Gaul updated JCLOUDS-1240:
-
Labels: openstack-swift  (was: )

> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.0.0
> Environment: RHEL 7.2
> jClouds 2.0.0
> Swift Version 2.10.0-2
>Reporter: Archana Chinnaiah
>  Labels: openstack-swift
> Attachments: SwiftMPU
>
>
> 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.
> [1] 
> https://github.com/jclouds/jclouds/blob/master/apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/binders/BindManifestToJsonPayload.java
> As per my observation content length of the manifest has is not content 
> length of the blob.
> {code}
> [root@jupiter-vm564 ~]# swift list arctestAPI
> arc
> arc/slo/1487235018.498000/10485839/0/0001
> arc/slo/1487235018.498000/10485839/0/0002
> [root@jupiter-vm564 ~]# swift stat arctestAPI arc
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc
>   Content Type: application/unknown
>   Content Length: 264
>   Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
>   ETag: fcd3ba56d354c8819d186eed4eee115d
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235522.85407
>   X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0001
>Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>Container: arctestAPI
>Object: arc/slo/1487235018.498000/10485839/0/0001
>Content Type: application/unknown
>Content Length: 33554432
>Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
>ETag: 58f06dd588d8ffb3beb46ada6309436b
>Content-Disposition: arc
>Accept-Ranges: bytes
>Connection: keep-alive
>X-Timestamp: 1487235508.56703
>X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0002
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc/slo/1487235018.498000/10485839/0/0002
>   Content Type: application/unknown
>   Content Length: 3145728
>Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
>ETag: d1dd210d6b1312cb342b56d02bd5e651
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235521.06353
>   X-Trans-Id: txacf9546117e345d48921f-0058a56a48
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-20 Thread Archana Chinnaiah (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Archana Chinnaiah updated JCLOUDS-1240:
---
Priority: Blocker  (was: Major)

> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>Affects Versions: 2.0.0
> Environment: RHEL 7.2
> jClouds 2.0.0
> Swift Version 2.10.0-2
>Reporter: Archana Chinnaiah
>Priority: Blocker
> Attachments: SwiftMPU
>
>
> 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.
> [1] 
> https://github.com/jclouds/jclouds/blob/master/apis/openstack-swift/src/main/java/org/jclouds/openstack/swift/v1/binders/BindManifestToJsonPayload.java
> As per my observation content length of the manifest has is not content 
> length of the blob.
> [root@jupiter-vm564 ~]# swift list arctestAPI
> arc
> arc/slo/1487235018.498000/10485839/0/0001
> arc/slo/1487235018.498000/10485839/0/0002
> [root@jupiter-vm564 ~]# swift stat arctestAPI arc
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc
>   Content Type: application/unknown
>   Content Length: 264
>   Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
>   ETag: fcd3ba56d354c8819d186eed4eee115d
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235522.85407
>   X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0001
>Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>Container: arctestAPI
>Object: arc/slo/1487235018.498000/10485839/0/0001
>Content Type: application/unknown
>Content Length: 33554432
>Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
>ETag: 58f06dd588d8ffb3beb46ada6309436b
>Content-Disposition: arc
>Accept-Ranges: bytes
>Connection: keep-alive
>X-Timestamp: 1487235508.56703
>X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41
> [root@jupiter-vm564 ~]# swift stat arctestAPI 
> arc/slo/1487235018.498000/10485839/0/0002
>   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
>   Container: arctestAPI
>   Object: arc/slo/1487235018.498000/10485839/0/0002
>   Content Type: application/unknown
>   Content Length: 3145728
>Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
>ETag: d1dd210d6b1312cb342b56d02bd5e651
>   Content-Disposition: arc
>   Accept-Ranges: bytes
>   Connection: keep-alive
>   X-Timestamp: 1487235521.06353
>   X-Trans-Id: txacf9546117e345d48921f-0058a56a48



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (JCLOUDS-1240) MultiPart Upload Swift

2017-02-16 Thread Archana Chinnaiah (JIRA)

 [ 
https://issues.apache.org/jira/browse/JCLOUDS-1240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Archana Chinnaiah updated JCLOUDS-1240:
---
Description: 
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.

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

As per my observation content length of the manifest has is not content length 
of the blob.

[root@jupiter-vm564 ~]# swift list arctestAPI
arc
arc/slo/1487235018.498000/10485839/0/0001
arc/slo/1487235018.498000/10485839/0/0002


[root@jupiter-vm564 ~]# swift stat arctestAPI arc
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc
  Content Type: application/unknown
  Content Length: 264
  Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
  ETag: fcd3ba56d354c8819d186eed4eee115d
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235522.85407
  X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0001
   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
   Container: arctestAPI
   Object: arc/slo/1487235018.498000/10485839/0/0001
   Content Type: application/unknown
   Content Length: 33554432
   Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
   ETag: 58f06dd588d8ffb3beb46ada6309436b
   Content-Disposition: arc
   Accept-Ranges: bytes
   Connection: keep-alive
   X-Timestamp: 1487235508.56703
   X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0002
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc/slo/1487235018.498000/10485839/0/0002
  Content Type: application/unknown
  Content Length: 3145728
   Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
   ETag: d1dd210d6b1312cb342b56d02bd5e651
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235521.06353
  X-Trans-Id: txacf9546117e345d48921f-0058a56a48


  was:
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.

[root@jupiter-vm564 ~]# swift list arctestAPI
arc
arc/slo/1487235018.498000/10485839/0/0001
arc/slo/1487235018.498000/10485839/0/0002


[root@jupiter-vm564 ~]# swift stat arctestAPI arc
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc
  Content Type: application/unknown
  Content Length: 264
  Last Modified: Thu, 16 Feb 2017 08:58:43 GMT
  ETag: fcd3ba56d354c8819d186eed4eee115d
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235522.85407
  X-Trans-Id: tx1ca4d8c67a4f4cfa996b4-0058a569e3

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0001
   Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
   Container: arctestAPI
   Object: arc/slo/1487235018.498000/10485839/0/0001
   Content Type: application/unknown
   Content Length: 33554432
   Last Modified: Thu, 16 Feb 2017 08:58:29 GMT
   ETag: 58f06dd588d8ffb3beb46ada6309436b
   Content-Disposition: arc
   Accept-Ranges: bytes
   Connection: keep-alive
   X-Timestamp: 1487235508.56703
   X-Trans-Id: txdaeb6b9e4e5a4ae0a1ec8-0058a56a41

[root@jupiter-vm564 ~]# swift stat arctestAPI 
arc/slo/1487235018.498000/10485839/0/0002
  Account: AUTH_f9d7c1cf6500469b80f0906f5f9b1791
  Container: arctestAPI
  Object: arc/slo/1487235018.498000/10485839/0/0002
  Content Type: application/unknown
  Content Length: 3145728
   Last Modified: Thu, 16 Feb 2017 08:58:42 GMT
   ETag: d1dd210d6b1312cb342b56d02bd5e651
  Content-Disposition: arc
  Accept-Ranges: bytes
  Connection: keep-alive
  X-Timestamp: 1487235521.06353
  X-Trans-Id: txacf9546117e345d48921f-0058a56a48


As per the javadoc in [1] Content-Length of the manifest must be size of the 
blob

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


> MultiPart Upload Swift
> --
>
> Key: JCLOUDS-1240
> URL: https://issues.apache.org/jira/browse/JCLOUDS-1240
> Project: jclouds
>  Issue Type: Bug
>  Components: jclouds-blobstore
>