Giter Club home page Giter Club logo

Comments (5)

rtheunissen avatar rtheunissen commented on June 9, 2024 1

Excellent I'll work on a PR for that sometime. 👍

from laravel-azure-storage.

matthewbdaly avatar matthewbdaly commented on June 9, 2024

IIRC these came from separate pull requests.

I don't know when I will have the scope to look at this as right now I don't have anything I'm using this on and my Azure knowledge is a little rusty. If you want to have a go at a pull request I'm happy to consider it.

from laravel-azure-storage.

rtheunissen avatar rtheunissen commented on June 9, 2024

My only concern is that this would break BC for anyone who currently adds the prefix manually, as we are doing. We could strip the prefix from the path before we prepend it, but that's also not great when prefix/prefix is the intended path. How do you feel about breaking backward-compatibility to fix this? It's definitely a bug IMO:

public function getAzurePublicUrl(array $config, string $path, string $disk): string
{
    return Storage::disk($disk)->temporaryUrl(
        rtrim($config['prefix'] ?? '', '/') . '/' . $path,
        $expires = Carbon::now()->modify($config['expire'] ?? '+10 minutes'),
        $options = [],
    );
}

from laravel-azure-storage.

matthewbdaly avatar matthewbdaly commented on June 9, 2024

I think breaking BC is probably necessary at this point - I can't think of any easier alternative

from laravel-azure-storage.

matthewbdaly avatar matthewbdaly commented on June 9, 2024

Closing as no activity - feel free to reopen in future

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.