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
Having a Flask app that uploads folders from local device to Azure Blob Storage (ABS) and downloads folders from ABS to local device, while the app is dockerized, I’d like to download folders from ABS directly to the host device (not the docker image). Similarly, I’d like to upload folders available on the host device directly to the ABS.
Below is how currently the upload function I am using looklike:
Having a Flask app that uploads folders from local device to Azure Blob Storage (ABS) and downloads folders from ABS to local device, while the app is dockerized, I’d like to download folders from ABS directly to the host device (not the docker image). Similarly, I’d like to upload folders available on the host device directly to the ABS.
Below is how currently the upload function I am using looklike:
Below is how currently the download function I am using looklike:
Note that Dockerfiles and docker-compose are already developed.
Support would be highly appreciated
The text was updated successfully, but these errors were encountered: