Set-VBOAmazonS3CompatibleAccount
Short Description
Modifies S3 Compatible storage account credentials.
Syntax
Set-VBOAmazonS3CompatibleAccount -Account <VBOAmazonS3CompatibleAccount> [-AccessKey <String>] [-SecurityKey <SecureString>] [-Description <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies account credentials for the following types of object storage repositories:
- S3 Compatible object storage repository.
- IBM Cloud Object Storage.
- Wasabi Cloud Object Storage.
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 S3 Compatible storage account credentials that you want to modify. | Accepts the VBOAmazonS3CompatibleAccount object. To get this object, run the Get-VBOAmazonS3CompatibleAccount cmdlet. | True | Named | False |
AccessKey | Specifies an access key. The cmdlet will use this key to add S3 Compatible 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 S3 Compatible storage account credentials to Veeam Backup for Microsoft 365. | SecureString | False | Named | False |
Description | Specifies a description for S3 Compatible 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 VBOAmazonS3CompatibleAccount object that contains S3 Compatible storage account credentials.
Examples
Example 1. Modifying Access Key for S3 Compatible Storage Account Credentials
This example shows how to modify an access key for S3 Compatible storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 2. Modifying Security Key for S3 Compatible Storage Account Credentials
This example shows how to modify a security key for S3 Compatible storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Example 3. Modifying Description for S3 Compatible Storage Account Credentials
This example shows how to modify a description for S3 Compatible storage account credentials that are added to Veeam Backup for Microsoft 365.
Perform the following steps:
|
Related Commands