Skip to content

Commit 761b64c

Browse files
author
brecht.vermeersch
committed
add urls
1 parent 0206e1d commit 761b64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlysystemAzureBlobStorage/AzureBlobStorageAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function publicUrl(string $path, Config $config): string
284284
$config->get("expires_on"),
285285
$config->get("identifier"),
286286
$config->get("ip_range"),
287-
[BlobSASPermission::READ],
287+
$config->get("permissions", [BlobSASPermission::READ]),
288288
$config->get("preauthorized_agent_object_id"),
289289
$config->get("protocol"),
290290
$config->get("snapshot_time"),

0 commit comments

Comments
 (0)