Set-VBOAmazonS3Account
Short Description
Modifies Amazon S3 storage account credentials.
Syntax
Set-VBOAmazonS3Account -Account <VBOAmazonS3Account> [-AccessKey <String>] [-SecurityKey <SecureString>][-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies Amazon S3 storage account credentials. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Account | Specifies Amazon S3 storage account credentials that you want to modify. | Accepts the VBOAmazonS3Account object. To get this object, run the Get-VBOAmazonS3Account cmdlet. | True | Named | False |
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 | False | Named | False |
SecurityKey | Specifies a secret key. The cmdlet will use this secret key to add the Amazon S3 storage account credentials to Veeam Backup for Microsoft 365. | SecureString | False | 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. Modifying Access Key for Amazon S3 Storage Account Credentials
This example shows how to modify an access key for Amazon S3 storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 2. Modifying Security Key for Amazon S3 Storage Account Credentials
This example shows how to modify a security key for Amazon S3 storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 3. Modifying Description for Amazon S3 Storage Account Credentials
This example shows how to modify a description for Amazon S3 storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Related Commands