Giter Club home page Giter Club logo

Comments (3)

matthewbdaly avatar matthewbdaly commented on June 8, 2024

As mentioned in the linked PR, I think the best solution is to use separate containers for each environment. This is definitely considered best practice with S3, and logically I see no reason why it shouldn't also be best practice with Azure Blob Storage.

from laravel-azure-storage.

iammh93 avatar iammh93 commented on June 8, 2024

As mentioned in the linked PR, I think the best solution is to use separate containers for each environment. This is definitely considered best practice with S3, and logically I see no reason why it shouldn't also be best practice with Azure Blob Storage.

Yes, separate containers for each environment should be the proper way and this is my first proposed solution, but from my company perspective, there is no reason to extra pay for local development & staging development, the best approach they provided would be local & staging sharing one container, and production for one, or else is my problem, so i got limited resources and business logic limitation to archive my goal.

Of course there is many hardcoded way can make it worked. From my perspective, I am trying to make all code standard as possible and this is the only way I able figure out. Too bad because of my client internal policy. They didn't allow any services from AWS, so S3 not the alternative option anymore.
BTW if you look into S3 adapter, they do allow the full path control because I get the idea from there.

Anyway is ok the PR is not accepted. I will fork it and point to my branch. Thanks for reply and good work.

from laravel-azure-storage.

matthewbdaly avatar matthewbdaly commented on June 8, 2024

As far as I know you shouldn't have to pay extra for separate containers within the same account - you can have as many containers as you like on any one account and the cost is based on the total size of the stored files - it's not affected in any way by the number of containers.

from laravel-azure-storage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.