public interface ObjectTaggingProvider
TransferManager.uploadDirectory(String,
String, File, boolean, ObjectMetadataProvider, ObjectTaggingProvider) and
TransferManager.uploadFileList(String, String, File, List, ObjectMetadataProvider,
ObjectTaggingProvider). The callback is invoked for each file that is uploaded by
TransferManager and given an opportunity to specify the tags for each file.| Modifier and Type | Method and Description |
|---|---|
ObjectTagging |
provideObjectTags(com.amazonaws.services.s3.transfer.UploadContext uploadContext)
This method is called for every file that is uploaded by
TransferManager
and gives an opportunity to specify the tags for the file. |
ObjectTagging provideObjectTags(com.amazonaws.services.s3.transfer.UploadContext uploadContext)
TransferManager
and gives an opportunity to specify the tags for the file.uploadContext - The context object providing information about the file being uploaded.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.