Tape Ark 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

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