Add-VBOAmazonS3CompatibleAccount
Short Description
Creates S3 Compatible storage account credentials.
Syntax
Add-VBOAmazonS3CompatibleAccount -AccessKey <string> -SecurityKey <securestring> [-Description <string>][<CommonParameters>] |
Detailed Description
This cmdlet creates the VBOAmazonS3CompatibleAccount object. This object contains storage account credentials for the following types of object storage:
- S3 Compatible object storage.
- IBM Cloud object storage.
Veeam Backup for Microsoft Office 365 will use these storage account credentials to access these object storage.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
AccessKey | Specifies an access key. The cmdlet will use this key to add S3 Compatible storage account credentials to Veeam Backup for Microsoft Office 365. | String | True | Named | False |
|
SecurityKey | Specifies a secret key. The cmdlet will use this key to add S3 Compatible storage account credentials to Veeam Backup for Microsoft Office 365. | SecureString | True | 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 Microsoft Docs.
Output Object
The cmdlet returns the VBOAmazonS3CompatibleAccount object that contains S3 Compatible storage account credentials.
Examples
Example 1. Adding S3 Compatible Credentials Record
This example shows how to add S3 Compatible storage account credentials to Veeam Backup for Microsoft Office 365.
Perform the following steps:
|
Example 2. Adding S3 Compatible Record with Description
This example shows how to add S3 Compatible storage account credentials with a description.
Perform the following steps:
|
Related Commands