diff --git a/storages/s3_storage.py b/storages/s3_storage.py index d7c9644..084153d 100644 --- a/storages/s3_storage.py +++ b/storages/s3_storage.py @@ -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