☁️Wasabi Cloud Storage Plugin

Guys, this is being blocked by the new WASABI CORS Policy.

To make it work again go to your Wasabi account, select your Bucket → Settings → Permissions

Paste the code below:

[
  {
    "AllowedHeaders": [
      "*"
    ],
    "AllowedMethods": [
      "GET",
      "HEAD",
      "PUT",
      "POST",
      "DELETE"
    ],
    "AllowedOrigins": [
      "*"
    ],
    "ExposeHeaders": []
  }
]
4 Likes