craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
289 stars 139 forks source link

add option to download files for assets via guzzle #1549

Open i-just opened 6 days ago

i-just commented 6 days ago

Description

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).

Related issues

1538