Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1083#discussion_r45187932
  
    --- Diff: core/src/com/cloud/storage/template/S3TemplateDownloader.java ---
    @@ -19,303 +19,236 @@
     
     package com.cloud.storage.template;
     
    -import static com.cloud.utils.StringUtils.join;
    -import static java.util.Arrays.asList;
    -
    -import java.io.BufferedInputStream;
    -import java.io.IOException;
    -import java.io.InputStream;
    -import java.util.Date;
    -
    +import com.amazonaws.event.ProgressEvent;
    +import com.amazonaws.event.ProgressEventType;
    +import com.amazonaws.event.ProgressListener;
    +import com.amazonaws.services.s3.model.ObjectMetadata;
    +import com.amazonaws.services.s3.model.PutObjectRequest;
    +import com.amazonaws.services.s3.model.StorageClass;
    +import com.amazonaws.services.s3.transfer.Upload;
    +import com.cloud.agent.api.to.S3TO;
    +import com.cloud.utils.net.HTTPUtils;
    +import com.cloud.utils.net.Proxy;
    +import com.cloud.utils.storage.S3.S3Utils;
     import org.apache.cloudstack.managed.context.ManagedContextRunnable;
     import org.apache.cloudstack.storage.command.DownloadCommand.ResourceType;
     import org.apache.commons.httpclient.ChunkedInputStream;
    --- End diff --
    
    no longer used?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to