Buckets Parameter (Connect-AmazonS3 Cmdlet)
Specifies a comma-separated list of bucket names (for example, bucket1,bucket2,...). If this property is left empty, the first available bucket will be retrieved.
Syntax
Connect-AmazonS3 -Buckets string
Data Type
cstr
Default Value
""
Remarks
Use this property to limit which buckets the cmdlet can access.
This is also useful when the account being used for authentication does not have permission to list all available buckets.