Skip to content

Option to generate non-signed public URLs for public containers #11

@CarlosMateoM

Description

@CarlosMateoM

Hi,

I'm using the azure-storage-php-adapter-laravel package to interact with Azure Blob Storage in my Laravel application. My container is set to public access, but when I retrieve a file URL using:

$url = Storage::disk('azure')->url('test.txt');

I receive a signed URL with an expiration date, like:

https://myaccount.blob.core.windows.net/mycontainer/test.txt?se=2025-02-25T15:02:19Z&sv=2024-08-04&sr=b&sig=...

Since my container is public, I don’t need signed URLs. It would be great to have a configuration option to disable signing and generate direct public URLs.

As discussed in Slack, I was asked to open this issue. Thank you for considering it!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions