postgresql-backup-s3 icon indicating copy to clipboard operation
postgresql-backup-s3 copied to clipboard

Add checksum algorithm option

Open switz opened this issue 7 months ago • 0 comments

Allows you to set S3_CHECKSUM_ALGORITHM=CRC32 to support alternative checksum algorithms.

Cloudflare R2 doesn't support CRC64, so CRC32 must be specified manually.

https://developers.cloudflare.com/r2/examples/aws/aws-cli/

switz avatar Jun 10 '25 09:06 switz