-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Labels
good first issueGood for newcomersGood for newcomers