filecoin-project / filecoin-chain-archiver

Filecoin snapshot / chain export software
Other
5 stars 3 forks source link

update to latest minio to potentially solve r2 issue #57

Closed ognots closed 1 year ago

ognots commented 1 year ago

r2 started returning the error "The region name 'WNAM' is not valid. Must be one of: wnam, enam, weur, apac, auto"

ognots commented 1 year ago

Related to https://github.com/filecoin-project/filecoin-chain-archiver/issues/56

ognots commented 1 year ago

on testing, it introduces further issues

{"level":"error","ts":"2023-02-21T23:08:59.913Z","logger":"filecoin-chain-archiver","caller":"filecoin-chain-archiver/main.go:44","msg":"exit","error":"failed to upload object (minimal/2623680_2023_02_21T22_00 │
│ _00Z.car.zst): Header 'x-amz-checksum-algorithm' with value 'CRC32C' not implemented"}
ognots commented 1 year ago

ended up being an issue on the R2 side. This change is not needed