Skip to content

Add extra optional arguments for wget or curl for files.download #1391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

jgelens
Copy link

@jgelens jgelens commented Jul 4, 2025

This add an optional dict which is passed to curl and wget as extra argument on its cli.
It's useful to provide for example authentication to the commands (for curl: --user foo:bar).
Another example is that it can be used to make S3 requests using curl's --aws-sigv4 option.

  • Pull request is based on the default branch (3.x at this time)
  • Pull request includes tests for any new/updated operations/facts
  • Pull request includes documentation for any new/updated operations/facts
  • Tests pass (see scripts/dev-test.sh)
  • Type checking & code style passes (see scripts/dev-lint.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant