AzureStorageBlobAdapter
final class AzureStorageBlobAdapter extends FilesystemAdapter
| internal |
Properties
| bool | $canProvideTemporaryUrls | Whether the configuration of this adapter allows temporary URLs. |
|
| bool | $useDirectPublicUrl | Set to true to use the direct public URL instead of generating a temporary URL. |
|
| AzureBlobStorageAdapter | $adapter |
Methods
__construct(array $config)
No description
url($path)
No description
bool
providesTemporaryUrls()
Determine if temporary URLs can be generated.
temporaryUrl($path, $expiration, array $options = [])
No description
temporaryUploadUrl($path, $expiration, array $options = [])
No description
Details
at line 36
__construct(array $config)
No description
at line 51
url($path)
No description
at line 61
bool
providesTemporaryUrls()
Determine if temporary URLs can be generated.
at line 74
temporaryUrl($path, $expiration, array $options = [])
No description
at line 99
temporaryUploadUrl($path, $expiration, array $options = [])
No description