You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 appendefoo
at the front of every url likehttp://localhost/efoo/path/to/my/photo.png
I tried modify
DEFAULT_SOURCE = S3
toDEFAULT_SOURCE = FOO
but visitinghttp://localhost/path/to/my/photo.png
doesn't workThe text was updated successfully, but these errors were encountered: