PrefixList Event
Fired for every prefix returned as a common prefix.
Syntax
public void firePrefixList(Amazons3PrefixListEvent event); public class Amazons3PrefixListEvent { public String prefix; public String otherData; }
Remarks
When ObjectDelimiter is used with ListObjects, S3 service rolls up some of the object names into common prefixes. This event can be used to read these common prefixes.