Exemplo n.º 1
0
        public void delete_the_multipart_object()
        {
            // Write code here that turns the phrase above into concrete actions
            //throw new PendingException();

            deleteObjectOutput = Bucket.deleteObject(multipart_upload_name);
        }
Exemplo n.º 2
0
 public void delete_the_move_object()
 {
     // Write code here that turns the phrase above into concrete actions
     //Bucket.DeleteObjectInput input = new Bucket.DeleteObjectInput();
     deleteObjectOutput2 = subService.deleteObject(test_object_move);
 }