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

Jeremy Daggett commented on JCLOUDS-685:
----------------------------------------

In briefly looking at this, I noticed that the {{deleteObjects}} method for S3 
is in the AWSS3Client, not the base S3Client. Is there a reason that this 
method is only in the extended interface? I would assume that all S3 
functionality is the same across the board, so I wonder if we can pull all of 
the functionality into the base interface.

> Support bulk-delete/multi-object deletes from the BlobStore object
> ------------------------------------------------------------------
>
>                 Key: JCLOUDS-685
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-685
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-blobstore
>    Affects Versions: 1.8.0
>            Reporter: Shri Javadekar
>            Assignee: Shri Javadekar
>
> Support for multi-object delete/bulk delete is implemented for S3 and the 
> "openstack-swift" (labs) apis. However, there is no way of actually invoking 
> these via the "BlobStore" object.
> The BlobStore object should have a way of invoking multi-object deletes. 
> Something like BlobStore.removeBlobs(String containerName, Collection<String> 
> blobNames).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to