Package | Description |
---|---|
com.amazonaws.services.s3.transfer |
Transfer management.
|
Modifier and Type | Method and Description |
---|---|
MultipleFileUpload |
TransferManager.uploadDirectory(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
boolean includeSubdirectories)
Uploads all files in the directory given to the bucket named, optionally
recursing for all subdirectories.
|
MultipleFileUpload |
TransferManager.uploadDirectory(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
boolean includeSubdirectories,
ObjectMetadataProvider metadataProvider)
Uploads all files in the directory given to the bucket named, optionally
recursing for all subdirectories.
|
MultipleFileUpload |
TransferManager.uploadDirectory(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
boolean includeSubdirectories,
ObjectMetadataProvider metadataProvider,
ObjectTaggingProvider taggingProvider)
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)
Uploads all specified files to the bucket named, constructing
relative keys depending on the commonParentDirectory given.
|
MultipleFileUpload |
TransferManager.uploadFileList(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
List<File> files,
ObjectMetadataProvider metadataProvider)
Uploads all specified files to the bucket named, constructing
relative keys depending on the commonParentDirectory given.
|
MultipleFileUpload |
TransferManager.uploadFileList(String bucketName,
String virtualDirectoryKeyPrefix,
File directory,
List<File> files,
ObjectMetadataProvider metadataProvider,
ObjectTaggingProvider taggingProvider)
Uploads all specified files to the bucket named, constructing
relative keys depending on the commonParentDirectory given.
|
Copyright © 2017. All rights reserved.