Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory) |
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
boolean resumeOnRetry) |
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
boolean resumeOnRetry,
KeyFilter filter)
Downloads all objects in the virtual directory designated by the
keyPrefix given to the destination directory given.
|
MultipleFileDownload |
TransferManager.downloadDirectory(String bucketName,
String keyPrefix,
File destinationDirectory,
KeyFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
MultipleFileDownloadImpl
Multiple file download when downloading an entire virtual directory.
|
Copyright © 2022. All rights reserved.