Skip to content

Commit 812df6e

Browse files
committed
Merge branch 'release/1.9.5'
2 parents 7719b9a + 052bf0b commit 812df6e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

config/storage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -149,4 +149,4 @@
149149
},
150150
"license": "MIT",
151151
"packageManager": "yarn@1.22.17"
152-
}
152+
}

0 commit comments

Comments
 (0)