summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--takahe/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/takahe/settings.py b/takahe/settings.py
index ee3854c..4e09a10 100644
--- a/takahe/settings.py
+++ b/takahe/settings.py
@@ -28,7 +28,7 @@ class ImplicitHostname(AnyUrl):
class MediaBackendUrl(AnyUrl):
host_required = False
- allowed_schemes = {"s3", "gcs", "local"}
+ allowed_schemes = {"s3", "gs", "local"}
def as_bool(v: str | list[str] | None):