File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ cloudflare:
1414 region : <%= ENV['CLOUDFLARE_R2_REGION'] %>
1515 bucket : <%= ENV['CLOUDFLARE_R2_BUCKET_NAME'] %>
1616 endpoint : <%= ENV['CLOUDFLARE_R2_ENDPOINT'] %>
17+ # Disable automatic checksum calculation to avoid conflicts with content_md5
18+ # AWS SDK >= 1.208.0 adds checksum_algorithm by default, which conflicts with ActiveStorage's content_md5
19+ # Setting to 'when_required' reverts to previous behavior compatible with S3-compatible services
20+ request_checksum_calculation : when_required
21+ response_checksum_validation : when_required
1722
1823# Remember not to checkin your GCS keyfile to a repository
1924# google:
Original file line number Diff line number Diff line change 11{
22 "name" : " @saeloun/miru-web" ,
3- "version" : " 1.9.1 " ,
3+ "version" : " 1.9.5 " ,
44 "dependencies" : {
55 "@babel/core" : " ^7.21.3" ,
66 "@babel/plugin-proposal-private-methods" : " ^7.16.5" ,
149149 },
150150 "license" : " MIT" ,
151151 "packageManager" : " yarn@1.22.17"
152- }
152+ }
You can’t perform that action at this time.
0 commit comments