---
title: "Ross Primestream Asset Management With Wasabi"
slug: "how-do-i-use-ross-primestream-asset-management-with-wasabi"
updated: 2026-05-30T23:27:04Z
published: 2026-05-30T23:27:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ross Primestream Asset Management With Wasabi

[Ross Primestream Asset Management](https://www.rossvideo.com/products-services/management-systems/media-asset-management/primestream/)(formerly Primestream Xchange) has been validated for use with Wasabi. Follow instructions outlined below for more information.

**Prerequisites:**

- Xchange Suite 2020 version 8.0
- Xchange Suite software installed and configured
- An active Wasabi account.

**Reference Architecture:**

![Architecture.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/architecture.png)

1. Log in to the Primestream Xchange portal.

![Picture2.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/picture2(6).png)

1. In order to configure Wasabi as an archive option in the dropdown menu, the following script is needed. Please reach out to your Primestream administrator to configure this archive option.

```plaintext
"Archive-S3-Wasabi": {
                "retryTimes": "1",
                "commandType": "1",
                "archiveType": "AWS",
                "awsBucket": "psbucket01",
                "endpoint": "https://s3.wasabisys.com/",
                "accessKey": "key",
                "secret": "secret",
                "threads": "4",
                "chunkSize": "5242880",
                "source": "[source]",
                "destination": "[destination]",
                "filepathIsUnix": "0",
                "replacePath": "0",
                "replaceFrom": "X:",
                "replaceTo": "",
                "xmliIp": "127.0.0.1:8053",
                "key": "[recid]",
                "xmliCallbackFieldStatus": "archive_result",
                "xmliProgressField": "archive_progress"
}
"Restore-S3-Wasabi": {
                "retryTimes": "1",
                "commandType": "2",
                "archiveType": "AWS",
                "awsBucket": "psbucket01",
                "endpoint": "https://s3.wasabisys.com/",
                "accessKey": "key",
                "secret": "secret",
                "threads": "4",
                "chunkSize": "5242880",
                "source": "[source]",
                "destination": "[destination]",
                "filepathIsUnix": "0",
                "replacePath": "0",
                "replaceFrom": "X:",
                "replaceTo": "",
                "xmliIp": "127.0.0.1:8053",
                "key": "[recid]",
                "xmliCallbackFieldStatus": "restore_result",
                "xmliProgressField": "restore_progress"
}
```

*Note: This config example discusses the use of Wasabi's us-east-1 storage region. To use other Wasabi storage regions, please use the appropriate Wasabi service URL as described in this*[*article*](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions)*.*

1. To archive a project to Wasabi, select the project under the "Collections" tab. Click on "Archive" in the bottom right corner.

![Picture3.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/picture3(6).png)

1. Select "Archive-S3-Wasabi" from the dropdown menu.

![Picture4.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/picture4(6).png)

The video clips are now archived to Wasabi.
2. To restore a project, click on "Archive". Select "Restore-S3-Wasabi" from the dropdown menu.

![Picture5.png](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/picture5(4).png)
