Class AmazonBucketClientImpl
- java.lang.Object
-
- org.molgenis.amazon.bucket.client.AmazonBucketClientImpl
-
- All Implemented Interfaces:
AmazonBucketClient
@Component public class AmazonBucketClientImpl extends Object implements AmazonBucketClient
-
-
Constructor Summary
Constructors Constructor Description AmazonBucketClientImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FiledownloadFile(com.amazonaws.services.s3.AmazonS3 s3Client, org.molgenis.data.file.FileStore fileStore, String jobIdentifier, String bucketName, String keyName, String extension, boolean isExpression, String targetEntityType)com.amazonaws.services.s3.AmazonS3getClient(String accessKey, String secretKey, String region)
-
-
-
Method Detail
-
getClient
public com.amazonaws.services.s3.AmazonS3 getClient(String accessKey, String secretKey, String region)
- Specified by:
getClientin interfaceAmazonBucketClient
-
downloadFile
public File downloadFile(com.amazonaws.services.s3.AmazonS3 s3Client, org.molgenis.data.file.FileStore fileStore, String jobIdentifier, String bucketName, String keyName, String extension, boolean isExpression, String targetEntityType) throws IOException
- Specified by:
downloadFilein interfaceAmazonBucketClient- Throws:
IOException
-
-