Add-VBOAmazonS3Folder
Short Description
Creates Amazon S3 folders.
Syntax
Detailed Description
This cmdlet creates Amazon S3 folders.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Bucket | Specifies the Amazon S3 bucket. The cmdlet will add Amazon S3 folder to this bucket. | Accepts the VBOAmazonS3Bucket object. To get this object, run the Get-VBOAmazonS3Bucket cmdlet. | True | Named | False | False |
Name | Specifies a name of the Amazon S3 folder. The cmdlet will create the Amazon S3 folder with this name. | String | True | Named | False | 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. Creating Amazon S3 Folder
This example shows how to create an Amazon S3 folder.
Perform the following steps:
|
Related Commands