| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
| com.ibm.cloud.objectstorage.services.s3.internal | |
| com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
| com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| com.ibm.cloud.objectstorage.services.s3.transfer.internal |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
AmazonS3Client.getObject(GetObjectRequest getObjectRequest) |
S3Object |
AmazonS3.getObject(GetObjectRequest getObjectRequest)
Retrieves objects from Amazon S3.
|
S3Object |
AbstractAmazonS3.getObject(GetObjectRequest getObjectRequest) |
S3Object |
AmazonS3Client.getObject(String bucketName,
String key) |
S3Object |
AmazonS3.getObject(String bucketName,
String key)
Retrieves objects from Amazon S3.
|
S3Object |
AbstractAmazonS3.getObject(String bucketName,
String key) |
| Modifier and Type | Method and Description |
|---|---|
abstract S3Object |
S3Direct.getObject(GetObjectRequest req) |
S3Object |
S3DirectSpi.getObject(GetObjectRequest req) |
S3Object |
ServiceUtils.RetryableS3DownloadTask.getS3ObjectStream()
User defines how to get the S3Object from S3 for this RetryableS3DownloadTask.
|
static S3Object |
ServiceUtils.retryableDownloadS3ObjectToFile(File file,
ServiceUtils.RetryableS3DownloadTask retryableS3DownloadTask,
boolean appendData)
Gets an object stored in S3 and downloads it into the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
AmazonWebServiceResponse<S3Object> |
S3ObjectResponseHandler.handle(HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceUtils.downloadObjectToFile(S3Object s3Object,
File destinationFile,
boolean performIntegrityCheck,
boolean appendData)
Downloads an S3Object, as returned from
AmazonS3Client.getObject(com.ibm.cloud.objectstorage.services.s3.model.GetObjectRequest),
to the specified file. |
static void |
ServiceUtils.downloadToFile(S3Object s3Object,
File dstfile,
boolean performIntegrityCheck,
boolean appendData,
long expectedFileLength)
Same as
ServiceUtils.downloadObjectToFile(S3Object, File, boolean, boolean)
but has an additional expected file length parameter for integrity
checking purposes. |
| Modifier and Type | Method and Description |
|---|---|
abstract S3Object |
S3CryptoModule.getObjectSecurely(GetObjectRequest req) |
S3Object |
CryptoModuleDispatcher.getObjectSecurely(GetObjectRequest req) |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
PresignedUrlDownloadResult.getS3Object() |
| Modifier and Type | Method and Description |
|---|---|
PutObjectRequest |
PutInstructionFileRequest.createPutObjectRequest(S3Object s3Object)
Deprecated.
|
void |
PresignedUrlDownloadResult.setS3Object(S3Object s3Object) |
PresignedUrlDownloadResult |
PresignedUrlDownloadResult.withS3Object(S3Object s3Object) |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
PresignedUrlRetryableDownloadTaskImpl.getS3ObjectStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
DownloadImpl.setS3Object(S3Object s3Object)
Set the S3 object to download.
|
void |
PresignedUrlDownloadImpl.setS3Object(S3Object s3Object)
Set the S3 object to download.
|
| Constructor and Description |
|---|
DownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
S3Object s3Object,
TransferStateChangeListener listener,
GetObjectRequest getObjectRequest,
File file)
Deprecated.
|
DownloadImpl(String description,
TransferProgress transferProgress,
ProgressListenerChain progressListenerChain,
S3Object s3Object,
TransferStateChangeListener listener,
GetObjectRequest getObjectRequest,
File file,
ObjectMetadata objectMetadata,
boolean isDownloadParallel) |
| Constructor and Description |
|---|
DownloadS3ObjectCallable(Callable<S3Object> serviceCall,
File destinationFile,
long position) |
Copyright © 2025. All rights reserved.