Class S3DownloadSetup
- java.lang.Object
-
- technology.dice.dicewhere.downloader.destination.s3.S3DownloadSetup
-
public class S3DownloadSetup extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3DownloadSetupof()static S3DownloadSetupof(Optional<S3ClientConfig> config)static S3DownloadSetupof(S3ClientConfig config)software.amazon.awssdk.utils.Pair<FileAcceptor,S3Source>setupDownload(String destination, S3ObjectPath s3ObjectPath, String pathInfix)
-
-
-
Method Detail
-
of
public static S3DownloadSetup of(S3ClientConfig config)
-
of
public static S3DownloadSetup of()
-
of
public static S3DownloadSetup of(Optional<S3ClientConfig> config)
-
setupDownload
public software.amazon.awssdk.utils.Pair<FileAcceptor,S3Source> setupDownload(String destination, S3ObjectPath s3ObjectPath, String pathInfix)
-
-