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