List Parameter (Get-CloudStorage Cmdlet)
Get a directory listing for the path and file mask specified.
Syntax
Get-CloudStorage -List string
Remarks
Set List to a path and file mask to cause the contents of that directory matching that mask to be listed. The path can be a relative directory or an absolute path, but directories must be separated using the "/" separator.
For instance:
#list all buckets (the root directory) for Amazon S3
Get-CloudStorage -ServiceProvider Amazons3 -AmazonS3AccessKey $accesskey -AmazonS3SecretKey $secretkey -List
"/"
Default Value
""
Parameter Alias
Path