archupsg03 commented on this pull request.
> + @SuppressWarnings("deprecation")
+ @Test
+ public void uploadLargeFile(String regionId) throws IOException,
InterruptedException {
+ /*
+ * createRandomFile(SIZE, bigFile); Payload payLoad = new
+ * FilePayload(bigFile);
+ */
+ List<Segment> list1 = new ArrayList<Segment>();
+ int partNumber = 1;
+ int total_size = 0;
+ // configure the blobstore to use multipart uploading of the file
+ /*
+ * payLoad.getContentMetadata().setContentLength(bigFile.length());
+ * BasePayloadSlicer slicer = new BasePayloadSlicer();
+ */
+ while (partNumber < 3) {
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_r118183857