Class CreateObjectsEvent


public class CreateObjectsEvent extends ServiceEvent
Multi-threaded service event fired by S3ServiceMulti.putObjects(S3Bucket, S3Object[]).

EVENT_IN_PROGRESS events include an array of the S3Objects that have been created since the last progress event was fired. These objects are available via getCreatedObjects().

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

Author:
James Murty