Ross Primestream Asset Management With Wasabi
    • 20 Jun 2024
    • 1 Minute to read
    • PDF

    Ross Primestream Asset Management With Wasabi

    • PDF

    Article summary

    How do I use Ross Primestream Asset Management with Wasabi?

    Ross Primestream Asset Management (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
    1. Log in to the Primestream Xchange portal.

    Picture2.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.

    "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.

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

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

      Picture4.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