mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
Fix gs:// settings schema
This commit is contained in:
parent
16005e14ef
commit
3dc28ea9f2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue