Enter Cloudflare R2 Credentials

Your credentials are stored locally in your browser and are never sent to our servers. They will automatically expire after 24 hours for security.


Required CORS Configuration

Copy the code and Paste to your R2 bucket Setting CORS Policy

[
  {
    "AllowedOrigins": [
      "*"
    ],
    "AllowedMethods": [
      "GET",
      "POST",
      "PUT",
      "DELETE"
    ],
    "AllowedHeaders": [
      "*"
    ],
    "ExposeHeaders": [
      "ETag"
    ],
    "MaxAgeSeconds": 3000
  }
]

Video Tutorial