Add-VBOAmazonS3Account
Short Description
Creates Amazon S3 storage account credentials.
Syntax
Add-VBOAmazonS3Account -AccessKey <String> -SecurityKey <SecureString> [-Description <String>][<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOAmazonS3Account object. Veeam Backup for Microsoft 365 will use these storage account credentials to access Amazon S3 storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
AccessKey | Specifies an access key. The cmdlet will use this key to add Amazon S3 storage account credentials to Veeam Backup for Microsoft 365. | String | True | Named | False |
SecurityKey | Specifies a secret key. The cmdlet will use this secret key to add the Amazon storage account credentials to Veeam Backup for Microsoft 365. | SecureString | True | Named | False |
Description | Specifies a description for Amazon S3 storage account credentials. | String | False | 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 VBOAmazonS3Account object that contains Amazon S3 storage account credentials.
Examples
Example 1. Adding Amazon S3 Storage Account Credentials
This example shows how to add Amazon S3 storage account credentials to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 2. Adding Amazon S3 Storage Account Credentials with Description
This example shows how to add Amazon S3 storage account credentials with a description.
Perform the following steps:
|
Related Commands