---
title: "Trusted Data Solutions Restoration Assurance Program With Wasabi"
slug: "how-do-i-use-trusted-data-solutions-restoration-assurance-program-with-wasabi"
updated: 2026-05-31T00:27:49Z
published: 2026-05-31T00:27:49Z
---

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

# Trusted Data Solutions Restoration Assurance Program With Wasabi

<meta charset="utf-8">

### The [TDS Restoration Assurance Program](https://trusteddata.com/rap/) is a data management solution for customer’s legacy backup environments to maintain access to archived data while allowing them to decommission the legacy environment.

TDS Restoration Assurance Program is a managed service that allows tape backups to be migrated to Wasabi cloud storage.

<meta charset="utf-8">

## **Prerequisites**

- Active Wasabi Storage account
- Wasabi bucket created and the access and secret keys available.
- Active TDS account.

<meta charset="utf-8">

## **Architecture Diagram**

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

<meta charset="utf-8">

## Creating a Wasabi Bucket

The first step is to create a bucket in your Wasabi account that will contain the migrated data. Login to the <meta charset="utf-8">[Wasabi Console](https://console.wasabisys.com/) as the root user and follow the instructions to create a bucket in the [Working With Buckets and Objects](https://docs.wasabi.com/docs/working-with-buckets-and-objects) article. Make note of the bucket name and region that your bucket resides in.

Do NOT enable Object Locking or Versioning as TDS does not support it.

## Creating an IAM Policy

You will then create an Identity and Access Management (IAM) policy for a user (that is created below) to restrict access to the previously created bucket. Follow the instructions in [Creating a Policy](https://docs.wasabi.com/docs/creating-a-policy) using the following policy that may be copied and pasted into the Policy Editor on the Wasabi Console. Replace BUCKETNAME with the name of the previously created bucket, using lower-case characters.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:ListBucket",
        "s3:ListAllMyBuckets"
      ],
      "Resource": "arn:aws:s3:::"
    },
    {
      "Effect": "Allow",
      "Action": "s3:*",
      "Resource": [
        "arn:aws:s3:::BUCKETNAME",
        "arn:aws:s3:::BUCKETNAME/*"
      ]
    }
  ]
}
```

## Creating a Wasabi User

The next step is creating a Wasabi user on your account via the [Wasabi Console](https://console.wasabisys.com/) and API keys for that user following the directions in [Creating a User Account and Access Key](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key#creating-a-user).

- Select the Programmatic (create API key) under Type of Access.
- <meta charset="utf-8">You may skip assigning the user to a group unless desired.
- Assign the previously created IAM policy to the user.
- At the end of the user creation, a "Create Access Key" popup will be displayed.  Make sure to download the keys (Access and Secret) and save them in a secure location.  They will be needed in the next step.

## Share Wasabi Information with TDS

<meta charset="UTF-8">

Login to the secure TDS portal to share the previously created bucket name, region, and API keys with TDS.

US Based:  [https://sftp.trusteddata.com/](https://sftp.trusteddata.com/)  
UK Based:  [https://sftp.trusteddata.co.uk/](https://sftp.trusteddata.co.uk/) 

## Support

<meta charset="UTF-8">

Please reach out to TDS with any support questions.
