archupsg03 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);

My point of view was like, user using DLO API's to upload object, should be 
able to delete with same DLO API's, instead of creating new ObjectApi for 
deleting purpose.

If you mandate the user to use ObjectApi, then this change is not required

-- 
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_r118158588

Reply via email to