Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
com.amazonaws.services.s3.transfer.internal |
Modifier and Type | Method and Description |
---|---|
MultipleFileDownload |
TransferManager.downloadDirectory(java.lang.String bucketName,
java.lang.String keyPrefix,
java.io.File destinationDirectory)
Downloads all objects in the virtual directory designated by the
keyPrefix given to the destination directory given.
|
Modifier and Type | Class and Description |
---|---|
class |
MultipleFileDownloadImpl
Multiple file download when downloading an entire virtual directory.
|