| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.s3.transfermanager |
The Transfer Manager is now deprecated, and has been replaced by
TransferUtility |
| Modifier and Type | Method and Description |
|---|---|
MultipleFileUpload |
TransferManager.uploadDirectory(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
boolean includeSubdirectories,
ObjectMetadataProvider metadataProvider)
Deprecated.
Uploads all files in the directory given to the bucket named, optionally
recursing for all subdirectories.
|
MultipleFileUpload |
TransferManager.uploadFileList(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
List<File> files,
ObjectMetadataProvider metadataProvider)
Deprecated.
Uploads all specified files to the bucket named, constructing relative
keys depending on the commonParentDirectory given.
|
Copyright © 2018. All rights reserved.