--- title: "Trusted Data Solutions Restoration Assurance Program With Wasabi" slug: "how-do-i-use-trusted-data-solutions-restoration-assurance-program-with-wasabi" updated: 2026-08-20T21:28:34Z published: 2026-08-20T21:28:34Z canonical: "docs.wasabi.com/how-do-i-use-trusted-data-solutions-restoration-assurance-program-with-wasabi" --- > ## 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 TDS Restoration Assurance Program is a managed service that allows tape backups to be migrated to Wasabi cloud storage. ## **Requirements** - Active Wasabi Storage account - Wasabi bucket created, and the access and secret keys are available. - Active TDS account. ## **Architecture Diagram** ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718725336286.png) ## **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 [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 the 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 to create a Wasabi user on your account via the Wasabi Console and to generate 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. - 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” pop-up 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** Log in 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** Reach out to TDS with any support questions.