diff --git a/src/AzureStorageBlobAdapter.php b/src/AzureStorageBlobAdapter.php index 4fd30e3..f3334e5 100644 --- a/src/AzureStorageBlobAdapter.php +++ b/src/AzureStorageBlobAdapter.php @@ -36,6 +36,16 @@ public function url($path) return $this->adapter->publicUrl($path, new Config); } + /** + * Determine if temporary URLs can be generated. + * + * @return bool + */ + public function providesTemporaryUrls() + { + return true; + } + /** * Get a temporary URL for the file at the given path. *