Cloud Storage Integrator 2016 Node.js Edition
Cloud Storage Integrator 2016 Node.js Edition
Questions / Feedback?

PrefixList Event

Fired for every prefix returned as a common prefix.

Syntax

amazons3.on('PrefixList', [callback])

Callback

The 'callback' is called when the 'PrefixList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.prefix
e.otherData

Remarks

When ObjectDelimiter is used with ListObjects, the service rolls up some of the object names into common prefixes. This event can be used to read these common prefixes.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Node.js Edition - Version 16.0 [Build 7239]