Uses of Interface
com.amazonaws.services.s3.transfer.MultipleFileUpload
Packages that use MultipleFileUpload
-
Uses of MultipleFileUpload in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return MultipleFileUploadModifier and TypeMethodDescriptionTransferManager.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.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.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.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.