PROFILE_IMAGE_BACKEND = {
    "class": STORAGES["default"]["BACKEND"],
    "options": {
        "bucket_name": "{{ MINIO_BUCKET_NAME }}",
        "querystring_auth": False,
        "location": PROFILE_IMAGE_BACKEND["options"]["location"].lstrip("/"),
    },
}
