[ 
https://issues.apache.org/jira/browse/JCLOUDS-1281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15984313#comment-15984313
 ] 

Archana Chinnaiah edited comment on JCLOUDS-1281 at 4/26/17 7:42 AM:
---------------------------------------------------------------------

Sure Andrew. 

It will be sufficient if we add X-Object-Manifest: container/myobject/ in PUT 
RPC.

GET RPC does not require any changes.

Delete objects will require changes, in removeBlob method

curl -X PUT -H 'X-Auth-Token: <token>'         -H 'X-Object-Manifest: 
container/myobject/'         http://<storage_url>/container/myobject 
--data-binary ''

curl -H 'X-Auth-Token: <token>'         http://<storage_url>/container/myobject

Rest of the operations, works fine

Almost I am done with the implementation. Will raise PR.


was (Author: archupsg03):
Sure Andrew. 

It will be sufficient if we add X-Object-Manifest: container/myobject/ in PUT 
RPC.

GET RPC does not require any changes.

Delete objects will require changes, in removeBlob method

Rest of the operations, works fine

Almost I am done with the implementation. Will raise PR.

> Swift DLO Support
> -----------------
>
>                 Key: JCLOUDS-1281
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1281
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-blobstore
>    Affects Versions: 2.0.0, 2.0.1
>            Reporter: Archana Chinnaiah
>              Labels: openstack-swift
>
> It looks like jClouds 2.0.0 and 2.0.1 is supporting SLO implementation for 
> Multipart upload for Swift Object Store.
> Where as jClouds 1.9 supports DLO.
> Because of this issue, backward compatibility cannot be achieved.
> Openstack Swift should have DLO implementation also. 



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

Reply via email to