New-VBOAmazonS3ConnectionSettings
Short Description
Defines connection settings to Amazon S3 object storage repository.
Syntax
New-VBOAmazonS3ConnectionSettings -Account <VBOAmazonS3Account> -RegionType <VBOAmazonS3RegionType> [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOAmazonS3ConnectionSettings object. This object contains connection settings to Amazon S3 object storage repository.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Account | Specifies Amazon S3 storage account credentials. The cmdlet will use these storage account credentials to connect to Amazon S3 object storage repository. | Accepts the VBOAmazonS3Account object. To get this object, run the Get-VBOAmazonS3Account cmdlet. | True | Named | False |
RegionType | Specifies the region type for Amazon S3 object storage repository. The cmdlet will connect to the selected region type and will set up a connection with Amazon S3 object storage repository. You can select the following region type:
| VBOAmazonS3RegionType | True | 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 VBOAmazonS3ConnectionSettings object that defines connection settings to Amazon S3 object storage repository.
Examples
Example 1. Connecting to Amazon S3 Object Storage of Global Region Type
This example shows how to connect to Amazon S3 object storage repository of the Global region type.
Perform the following steps:
|
Example 2. Connecting to Amazon S3 Object Storage of US Government Region Type
This example shows how to connect to Amazon S3 object storage repository of the US Government region type.
Perform the following steps:
|
Example 3. Connecting to Amazon S3 Object Storage of China Region Type
This example shows how to connect to Amazon S3 object storage repository of the China region type.
Perform the following steps:
|
Related Commands