Commit a38460e
committed
chore(ci): disable optional CRC32 request checksum for R2 signature sync
AWS CLI v1 (current botocore) defaults request checksums to CRC32,
which Cloudflare R2 may reject on single-part PutObject uploads. Set
AWS_REQUEST_CHECKSUM_CALCULATION=when_required, matching the pattern
used by telegraf and influxctl. Integrity remains protected via the
SigV4 x-amz-content-sha256 hash and R2's MD5 ETag.1 parent b24e555 commit a38460e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
| 284 | + | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
| |||
0 commit comments