-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Thanks for this fork! It's great!
Is there an easy way to set an external source (public read only access to an Azure blob storage location in my case) as the DEFAULT_SOURCE
?
I currently have have an environment EXTERNAL_SOURCE_FOO = "https://mylocation.blob.core.windows.net"
and this works great but that means I would need to append efoo
at the front of every url like http://localhost/efoo/path/to/my/photo.png
I tried modify DEFAULT_SOURCE = S3
to DEFAULT_SOURCE = FOO
but visiting http://localhost/path/to/my/photo.png
doesn't work