ObjectList Event
Fired for every object when ListObjects , or upload when ListMultipartUploads is called.
Syntax
public void fireObjectList(Amazons3ObjectListEvent event); public class Amazons3ObjectListEvent { public String objectName; public String objectModifiedDate; public long objectSize; public String ETag; public String ownerId; public String ownerName; public String uploadId; public String otherData; }
Remarks
The bucket name is specified by the Bucket property. This event can be used to inspect the details of existing objects. It provides information such as its name, creation date, size, etag, owner id and owner name. The "OtherData" is reserved for future use.
When calling ListObjects the following parameters are applicable:
- ObjectName
- ObjectModifiedDate
- ObjectSize
- ETag
- OwnerId
- OwnerName
- ObjectName
- OwnerId
- OwnerName
- UploadId