--- title: "Tape Ark With Wasabi" slug: "how-do-i-use-tape-ark-with-wasabi" updated: 2026-08-18T15:10:30Z published: 2026-08-18T15:10:30Z canonical: "docs.wasabi.com/how-do-i-use-tape-ark-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. # Tape Ark With Wasabi [Tape Ark](https://www.tapeark.com) is the world’s leading provider of tape-to-cloud migration through its unique technology stack and unmatched scalability. Tape Ark can now be used to migrate data to Wasabi. ## **Reference Architecture** **![refarch.jpg](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/refarch.jpg)** ## **Configuration** WIth Tape Ark, customers can migrate their data to the cloud. You need to grant Tape Ark WasabiWriteOnlyAccess to their existing Wasabi bucket where the restored data will be deposited. Below is an example of the policy to be assigned to the user. Enter your bucket name in the Resource section. ```powershell { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:PutObject", "s3:AbortMultipartUpload" ], "Resource":"arn:aws:s3:::" } ] } ``` For configuration questions, reach out to [sales@tapeark.com](mailto:sales@tapeark.com)