File tree Expand file tree Collapse file tree
scripts/zipdownload/src/main/java/edu/harvard/iq/dataverse/custom/service/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121package edu .harvard .iq .dataverse .custom .service .util ;
2222
23- import com .amazonaws .SdkClientException ;
24- import com .amazonaws .auth .profile .ProfileCredentialsProvider ;
25- import com .amazonaws .services .s3 .AmazonS3 ;
26- import com .amazonaws .services .s3 .AmazonS3ClientBuilder ;
27- import com .amazonaws .services .s3 .model .GetObjectRequest ;
28- import com .amazonaws .services .s3 .model .ObjectMetadata ;
29- import java .io .File ;
30- import java .io .FileInputStream ;
31- import java .io .IOException ;
32- import java .io .InputStream ;
33-
34- package edu .harvard .iq .dataverse .custom .service .util ;
35-
3623import software .amazon .awssdk .auth .credentials .ProfileCredentialsProvider ;
3724import software .amazon .awssdk .core .ResponseInputStream ;
3825import software .amazon .awssdk .regions .Region ;
You can’t perform that action at this time.
0 commit comments