s3 storage config refactor

pull/33/head
msramalho 2022-05-03 20:32:53 +02:00
rodzic b680700b22
commit 24340190af
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,8 @@ class S3Config:
key: str
secret: str
folder: str = ""
endpoint_url: str = "https://{region}.digitaloceanspaces.com"
cdn_url: str = "https://{bucket}.{region}.cdn.digitaloceanspaces.com/{key}"
private: bool = False