Put a file from a URL
put_file_from_urlDownload a file from a URL and store it directly to a specified path, keeping large binaries out of the conversation.
Instructions
Download a URL and store it under path, so large binaries (a host build from CI, for example) never pass through the conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| path | Yes | ||
| content_type | No |