Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
AmazonS3
Provides an interface for accessing the Amazon S3 web service.
|
interface |
AmazonS3EncryptionV2
Interface for an S3 client that performs encryption, V2.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAmazonS3
An Abstract class that users needs to extend instead of
AmazonS3
interface. |
class |
AmazonS3Client
Provides the client for accessing the Amazon S3 web service.
|
Modifier and Type | Method and Description |
---|---|
protected S3DirectSpi |
UploadObjectObserver.getS3DirectSpi()
Returns the
S3DirectSpi instance initialized via
UploadObjectObserver.init(UploadObjectRequest, S3DirectSpi, AmazonS3, ExecutorService) |
Modifier and Type | Method and Description |
---|---|
UploadObjectObserver |
UploadObjectObserver.init(UploadObjectRequest req,
S3DirectSpi s3direct,
AmazonS3 s3,
ExecutorService es)
Used to initialized this observer.
|
Modifier and Type | Class and Description |
---|---|
class |
S3Direct
Used to provide direct access to the underlying/original S3 client methods
free of any added cryptographic functionalities.
|
Copyright © 2024. All rights reserved.