| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| com.amazonaws.mobileconnectors.s3.transferutility |
This package contains helper classes for managing upload and download tasks and a public
class
TransferUtility
which is a high level client that provides methods to control users' upload and download tasks. |
| com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
| com.amazonaws.services.s3.iterable | |
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Class and Description |
|---|
| AmazonS3
Provides an interface for accessing the Amazon S3 web service.
|
| Class and Description |
|---|
| AmazonS3
Provides an interface for accessing the Amazon S3 web service.
|
| Class and Description |
|---|
| AmazonS3
Provides an interface for accessing the Amazon S3 web service.
|
| AmazonS3Client
Provides the client for accessing the Amazon S3 web service.
|
| AmazonS3Encryption
Deprecated.
Client-side encryption is deprecated. Please use one of
the following:
a) For uploads, you can encrypt the file locally using an
algorithm of your choice and use the TransferUtility API to upload the
encrypted file to S3. For downloads, you can use the TransferUtility API to
download the file and then decrypt it using the algorithm that you used to
upload the file.
b) ServerSideEncryption: There are multiple options available for
ServerSide Encryption. You can setup encryption at the S3 bucket level
using the AWS S3 console. When encryption is setup at the bucket level,
all objects in the bucket are encrypted. You can also use the AWS console
to encrypt individual objects after they have been uploaded. Another option
is to request ServerSide encryption for the object being uploaded
using the SDK.
|
| S3ClientOptions
S3 client configuration options such as the request access style.
|
| S3ClientOptions.Builder
Builder class for S3ClientOptions.
|
| S3ResponseMetadata
Extension of
ResponseMetadata with Amazon S3 specific data. |
| UploadObjectObserver
An observer that gets notified of ciphertext file creation for the purpose of
pipelined parallel multi-part uploads of encrypted data to S3.
|
| Class and Description |
|---|
| AmazonS3
Provides an interface for accessing the Amazon S3 web service.
|
| Class and Description |
|---|
| UploadObjectObserver
An observer that gets notified of ciphertext file creation for the purpose of
pipelined parallel multi-part uploads of encrypted data to S3.
|
Copyright © 2020. All rights reserved.