Class CopyObjectsEvent


public class CopyObjectsEvent extends ServiceEvent
Multi-threaded service event fired by S3ServiceMulti.copyObjects(String, String, String[], S3Object[], boolean).

EVENT_IN_PROGRESS events include an array of the Map results returned by the copy operation, see StorageService.copyObject(String, String, String, org.jets3t.service.model.StorageObject, boolean). These objects are available via getCopyResults().

EVENT_CANCELLED events include an array of the S3Objects that had not been copied before the operation was cancelled. These objects are available via getCancelledObjects().

Author:
James Murty