Macrium company logo

Using Wasabi Cloud Storage with Macrium Site Manager

In this video, we will be demonstrating how to use Wasabi Cloud Storage as a destination to synchronize a Site Manager Repository.

For assistance creating a repository, please see this video and this Knowledgebase article

Example policy as shown in the video:

 {
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:ListAllMyBuckets",
        "s3:ListBucket",
        "s3:ListBucketMultipartUploads",
        "s3:ListBucketVersions",
        "s3:ListMultipartUploadParts",
        "s3:GetObject",
        "s3:AbortMultipartUpload",
        "s3:DeleteObject",
        "s3:DeleteObjectVersion",
        "s3:PutObject"
      ],
      "Resource": [
        "arn:aws:s3:::YourBucketName",
        "arn:aws:s3:::YourBucketName/*"
      ]
    }
  ]
}

Fore more information about configuring a policy in Wasabi, please see this article: How to use Wasabi Policy Generator