Get-VBOAmazonS3Folder
Short Description
Returns Amazon S3 folders.
Syntax
Get-VBOAmazonS3Folder -Bucket <VBOAmazonS3Bucket> [-Name <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBOAmazonS3Folder object that contains an array of Amazon S3 folders. You can get the array of the folders for the following types of Amazon S3 object storage repositories:
- Amazon S3
- S3 Compatible
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Bucket | Specifies an Amazon S3 bucket. The cmdlet will return an array of the folders added to this bucket. | Accepts the VBOAmazonS3Bucket object. To get this object, run the Get-VBOAmazonS3Bucket cmdlet. | True | Named | False |
Name | Specifies a name of the Amazon S3 folder. The cmdlet will return the folder with this name. | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAmazonS3Folder object that contains an array of Amazon S3 folders.
Examples
Example 1. Getting Amazon S3 Folders
This example shows how to get Amazon S3 folders.
Perform the following steps:
|
Example 2. Getting S3 Compatible Folders
This example shows how to get S3 Compatible folders.
Perform the following steps:
|
Related Commands