Hi,
I try to download a file from my minio with the following playbook:

- name: download file
aws_s3:
s3_url: https://minio.xxx.yyy
bucket: artifacts
object: awesome/file.jar
dest: /some/where/file.jar
mode: get
aws_access_key: ansible
aws_secret_key: xxxyyyzzz

Did I do something wrong? Can someone help me out?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ffdc7ee4-1e20-42bd-b938-b1a134d4abcan%40googlegroups.com.

Reply via email to