Get-VBRAmazonS3Folder
Short Description
Returns Amazon S3 folders.
Applies to
Platform: VMware, Hyper-V
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRAmazonS3Folder -Connection <IVBRAmazonS3Connection> -Bucket <VBRAmazonS3Bucket> -Name <string> [<CommonParameters>] |
Detailed Description
This cmdlet returns the VBRAmazonS3Folder object that contains an array of Amazon S3 folders. You can get the array of the folders for the following types of Amazon object storage:
- Amazon S3
- S3 compatible (including IBM Cloud Object Storage)
Note |
The Get-VBRAmazonS3Folder cmdlet returns the array of Amazon S3 folders that are created under the following paths:
|
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Connection | Specifies an active session with Amazon S3 object storage. The cmdlet will return an array of the folders added to this object storage. | Accepts the IVBRAmazonS3Connection object. To get this object, run the Connect-VBRAmazonS3Service cmdlet. | True | Named | False |
Bucket | Specifies an Amazon S3 bucket. The cmdlet will return an array of the folders added to this bucket. | Accepts the VBRAmazonS3Bucket object. To get this object, run the Get-VBRAmazonS3Bucket cmdlet. | True | Named | True (ByValue) |
Name | Specifies a name of the Amazon S3 folder. Veeam Backup & Replication 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 Microsoft Docs.
Output Object
VBRAmazonS3Folder
Examples
Example 1. Getting All Folders Added to Amazon Object Storage
This example shows how to get all folders added to Amazon object storage.
Perform the following steps:
|
Example 2. Getting Specific Folder Added to Amazon Object Storage
This example shows how to get a folder added to Amazon object storage.
Perform the following steps:
|
Related Commands