ansible/roles/s3-mirror/templates/credentials
Rick Elrod 7984e52034 attempt at cron-ify-ing new s3 sync
Signed-off-by: Rick Elrod <relrod@redhat.com>
2018-10-09 17:17:53 +00:00

3 lines
116 B
Text

[default]
aws_access_key_id = {{ s3_mirror_aws_access_key }}
aws_secret_access_key = {{ s3_mirror_aws_secret_key }}