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
To get this object, run the |
True |
Named |
False |
|
|
Name |
Specifies a name of the Amazon S3 folder. The cmdlet will return the folder with this name. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
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
Get-VBOAmazonS3AccountReturns Amazon S3 storage account credentials.Get-VBOAmazonS3CompatibleAccountReturns S3 Compatible storage account credentials.New-VBOAmazonS3ConnectionSettingsDefines connection settings to Amazon S3 object storage repository.New-VBOAmazonS3CompatibleConnectionSettingsDefines connection settings to S3 Compatible object storage repository.Get-VBOAmazonS3BucketReturns Amazon S3 buckets.