Interface AmazonBucketClient

    • Method Detail

      • getClient

        com.amazonaws.services.s3.AmazonS3 getClient​(String accessKey,
                                                     String secretKey,
                                                     String region)
      • downloadFile

        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
        Throws:
        IOException