We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2da1975 + cf4f6ba commit 6513a97Copy full SHA for 6513a97
1 file changed
src/AzureStorageBlobAdapter.php
@@ -36,6 +36,16 @@ public function url($path)
36
return $this->adapter->publicUrl($path, new Config);
37
}
38
39
+ /**
40
+ * Determine if temporary URLs can be generated.
41
+ *
42
+ * @return bool
43
+ */
44
+ public function providesTemporaryUrls()
45
+ {
46
+ return true;
47
+ }
48
+
49
/**
50
* Get a temporary URL for the file at the given path.
51
*
0 commit comments