--- title: "Wasabi Hot Cloud Storage for File Acceleration" slug: "how-do-i-setup-wasabi-hot-cloud-storage-for-file-acceleration" updated: 2026-08-04T21:15:48Z published: 2026-08-04T21:15:48Z canonical: "docs.wasabi.com/how-do-i-setup-wasabi-hot-cloud-storage-for-file-acceleration" --- > ## 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. # Setting Up Wasabi Hot Cloud Storage for File Acceleration Signiant Jet supports Wasabi Hot Cloud Storage buckets as source or destination endpoints, allowing file transfers between on-premises SDCX servers and Wasabi. To use Wasabi Hot Cloud Storage with file acceleration, you must create a custom policy, generate a role name and trust document, and create a role for Jet to access your buckets using the policy. Create a Wasabi Policy before you can connect Wasabi Hot Cloud Storage using Jet. Create a policy to allow access to your storage. To create a policy, you must have access to the [Wasabi Console](https://console.wasabisys.com/). This policy will be applied to the Role that is used to connect Jet to your Wasabi account. 1. In the [Wasabi Console](https://console.wasabisys.com/), click ***Policies*** to open the policy page. 2. Click ***Create Policy***. 3. Give the policy an easily identifiable name (for example, *SigniantJetAccess*) and description. 4. Copy and paste the following policy into the Policy Document editor. ```plaintext {    "Version": "2012-10-17",    "Statement": [        {            "Sid": "SigniantJetConsoleActions",            "Action": [                "s3:ListAllMyBuckets",                "s3:GetBucketLocation"            ],            "Effect": "Allow",            "Resource": [                "arn:aws:s3:::*"            ]        },        {            "Sid": "SigniantJetXferEngineActions",            "Effect": "Allow",            "Action": [                 "s3:AbortMultipartUpload",                 "s3:DeleteObject*",                 "s3:GetObject*",                 "s3:ListBucket*",                 "s3:ListMultipartUploadParts",                 "s3:PutObject*",                 "s3:GetBucketLocation"            ],            "Resource": [                "arn:aws:s3:::*",                "arn:aws:s3:::*/*"            ]        }    ] } ``` 1. Click ***Create Policy***. 2. You can now [create](https://docs.wasabi.com/docs/how-do-i-create-a-wasabi-hot-cloud-storage-profile-in-my-signiant-console) a storage profile for Wasabi Hot Cloud Storage.