matthewbdaly/laravel-azure-storage

Dynamically change azure container for each request

vasa2856 opened this issue · 1 comments

Upload , download, list blobs , list containers are API's written using this package.

Problem is each time call is made to any of the API's the default value of "AZURE_STORAGE_CONTAINER" will be taken from .env instead of the value beeing set using config(filesystem.azure.containe => $container_name);

Setting the container everytime just before storage upload/download , config is used to set the AZURE_STORAGE_CONTAINER.

This doesn't give enough information, so I have closed it. Please resubmit using the bug template. That way I can ensure that:

  • You've taken the steps required to verify that it's an issue with this package, not with one of its dependencies
  • I know how to reproduce the issue
  • I know which environment the issue occurred in