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);
Removed removeLargeFile API.Done
--
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_r118183824