mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-08 06:55:21 +02:00
Increased expiration time on storage to prevent broken images as well as implement a fix for R2/S3 conflicts.
This commit is contained in:
parent
44961f3628
commit
e4a374772a
3 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,8 @@ cloudflare:
|
|||
secret_access_key: <%= ENV['CLOUDFLARE_SECRET_ACCESS_KEY'] %>
|
||||
region: auto
|
||||
bucket: <%= ENV['CLOUDFLARE_BUCKET'] %>
|
||||
request_checksum_calculation: "when_required"
|
||||
response_checksum_validation: "when_required"
|
||||
|
||||
# Removed in #702. Uncomment, add gems, update .env.example to enable.
|
||||
#google:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue