fill services.yaml for downloader (#27553)

This commit is contained in:
Moritz Fey 2019-10-12 21:38:39 +02:00 committed by Paulus Schoutsen
parent 40e5beb0ed
commit ddeac071b3

View File

@ -0,0 +1,15 @@
download_file:
description: Downloads a file to the download location.
fields:
url:
description: The URL of the file to download.
example: 'http://example.org/myfile'
subdir:
description: Download into subdirectory.
example: 'download_dir'
filename:
description: Determine the filename.
example: 'my_file_name'
overwrite:
description: Whether to overwrite the file or not.
example: 'false'