andrewgaul commented on this pull request.


> +         @BinderParam(SetPayload.class) Payload blob,
+         @BinderParam(BindObjectMetadataToHeaders.class) Map<String, String> 
metadata,
+         @BinderParam(BindToHeaders.class) Map<String, String> headers);
+
+   /**
+    * Delete objects.
+    *
+    * @param objectName
+    *           corresponds to {@link SwiftObject#getName()}.
+    */
+   
+   @Deprecated
+   @Named("dynamicLargeObject: removeLargeFile")
+   @DELETE
+   @Fallback(VoidOnNotFoundOr404.class)
+   void removeLargeFile(@PathParam("containerName") String container, 
@PathParam("objectName") String name);

The jclouds provider API should reflect the REST API.  Thus this method is not 
needed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1105#discussion_r118165470

Reply via email to