Open i-just opened 6 days ago
Added assetDownloadGuzzle setting. It’s false by default, but when set to true, the AssetHelper::downloadFile() method will download files using Guzzle, which means the clientOptions will apply to those downloads, too (if specified).
assetDownloadGuzzle
false
true
AssetHelper::downloadFile()
clientOptions
Description
Added
assetDownloadGuzzle
setting. It’sfalse
by default, but when set totrue
, theAssetHelper::downloadFile()
method will download files using Guzzle, which means theclientOptions
will apply to those downloads, too (if specified).Related issues
1538