Skip to content

Commit

Permalink
fix: use the correct key for AWS cache-control
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 18, 2021
1 parent 0508801 commit 3110b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ amazon:
region: eu-west-1
bucket: peach-melpa
upload:
cache-control: 'max-age=86400, private'
cache_control: 'max-age=86400, private'

# Remember not to checkin your GCS keyfile to a repository
# google:
Expand Down

0 comments on commit 3110b07

Please sign in to comment.