AmazonS3list()
Amazon S3: Returns all the keys for this bucket as a query with the fields 'key', 'size', 'modified' and 'etag'. Any key returning a slash (/) at the end is considered a subprefix (or directory) of the current prefix.
Usage
QUERY = AmazonS3list(
datasource,
bucket,
prefix
)
Argument | Summary |
---|---|
datasource | Amazon datasource |
bucket | Amazon Bucket |
prefix | Optional prefix to list [optional] |
Calling
Supports named-parameter calling allowing you to use the function like:
AmazonS3list( datasource=?, bucket=?, prefix=? );
Supports passing parameters as a structure using ArgumentCollection:
AmazonS3list( ArgumentCollection={ datasource : ?, bucket : ?, prefix : ? } );
See Also
AmazonRegisterdatasource
AmazonRemovedatasource
AmazonS3delete
AmazonS3getinfo
AmazonS3geturl
AmazonS3list
AmazonS3listbuckets
AmazonS3read
AmazonS3rename
AmazonS3setacl
AmazonS3write
AmazonSimpledbcreatedomain
AmazonSimpledbdeleteattribute
AmazonSimpledbdeletedomain
AmazonSimpledbgetattributes
AmazonSimpledblistdomains
AmazonSimpledbsetattribute
AmazonSimpledbsetstruct
AmazonSqsaddpermission
AmazonSqschangemessagevisibility
AmazonSqscreatequeue
AmazonSqsdeletemessage
AmazonSqsdeletequeue
AmazonSqsgetattributes
AmazonSqslistqueues
AmazonSqsreceivemessage
AmazonSqsremovepermission
AmazonSqssendmessage