Skip to content

Commit

Permalink
fix: try and have AWS cache images
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 17, 2021
1 parent c0bdad0 commit b8faed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ amazon:
secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
region: eu-west-1
bucket: peach-melpa
upload:
cache-control: 'max-age=86400, private'

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

0 comments on commit b8faed8

Please sign in to comment.