public class PresignedUrlRetryableDownloadTaskImpl extends Object implements ServiceUtils.RetryableS3DownloadTask
Constructor and Description |
---|
PresignedUrlRetryableDownloadTaskImpl(AmazonS3 s3,
PresignedUrlDownloadImpl download,
PresignedUrlDownloadRequest request) |
Modifier and Type | Method and Description |
---|---|
S3Object |
getS3ObjectStream()
User defines how to get the S3Object from S3 for this RetryableS3DownloadTask.
|
boolean |
needIntegrityCheck()
User defines whether integrity check is needed for this RetryableS3DownloadTask.
|
public PresignedUrlRetryableDownloadTaskImpl(AmazonS3 s3, PresignedUrlDownloadImpl download, PresignedUrlDownloadRequest request)
public S3Object getS3ObjectStream()
ServiceUtils.RetryableS3DownloadTask
getS3ObjectStream
in interface ServiceUtils.RetryableS3DownloadTask
public boolean needIntegrityCheck()
ServiceUtils.RetryableS3DownloadTask
needIntegrityCheck
in interface ServiceUtils.RetryableS3DownloadTask
Copyright © 2024. All rights reserved.