Unverified Commit e37eba31 authored by mvdbeek's avatar mvdbeek
Browse files

Fix production_aws_private_bucket.yml

parent 6cc2fec1
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