Skip to content

Commit 548c850

Browse files
backport config public:true from DecidimPR15005 to prevent expiring image URLs
1 parent 0a5b647 commit 548c850

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ local:
88

99
amazon:
1010
service: S3
11+
public: true
1112
region: <%= Rails.application.secrets.dig(:storage, :amazon, :region) %>
1213
bucket: <%= Rails.application.secrets.dig(:amazon, :bucket) %>
1314
access_key_id: <%= Rails.application.secrets.dig(:storage, :amazon, :access_key_id) %>

0 commit comments

Comments
 (0)