import files

This commit is contained in:
Yann Autissier
2021-02-09 17:05:00 +01:00
parent f5c4576411
commit 44a6d37ba5
425 changed files with 23195 additions and 0 deletions
@@ -0,0 +1,7 @@
[default]
{% if aws_output_format|length %}
output = {{ aws_output_format }}
{% endif %}
{% if aws_region|length %}
region = {{ aws_region }}
{% endif %}
@@ -0,0 +1,5 @@
{% if aws_access_key_id|length and aws_secret_access_key|length %}
[default]
aws_access_key_id = {{ aws_access_key_id }}
aws_secret_access_key = {{ aws_secret_access_key }}
{% endif %}