AmazonS3listbuckets()

Amazon S3: Returns all the buckets for this account

Usage

QUERY = AmazonS3listbuckets( datasource )
Argument Summary
datasource Amazon datasource

Calling

Supports named-parameter calling allowing you to use the function like:

AmazonS3listbuckets(
   datasource=?
);

Supports passing parameters as a structure using ArgumentCollection:

AmazonS3listbuckets( ArgumentCollection={
   datasource : ?
} );