Unverified Commit 7ab0c091 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #19155 from mvdbeek/fix_aws_file_source_template

[24.1] Fix production_aws_private_bucket.yml
parents c290421d e37eba31
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
  description: Setup access to a private AWS bucket using a secret access key. 
  configuration:
    type: s3fs
    bucket: "{{ bucket }}"
    writable: "{{ writable }}"
    secret: "{{ secret_key }}"
    key: "{{ access_key }}"
    bucket: "{{ variables.bucket }}"
    writable: "{{ variables.writable }}"
    secret: "{{ secrets.secret_key }}"
    key: "{{ variables.access_key }}"
  variables:
    access_key:
      label: Access Key ID