12 Feb
2026
12 Feb
'26
2:27 p.m.
Hello everyone. I'm trying to set up one realm ("r1"), two zone groups ("zg1" - master, "zg2"), and one zone in each zone group ("z1" - master and "z2", respectively). The first zone group and its zone are masters. Endpoint "zg1" - 10.1.1.1 Endpoint "zg2" - 10.1.1.2 "zg1" has bucket "buc1" "zg2" has bucket "buc2" If I copy the file like this: s3cmd put test_file s3://buc1 --region=zg2 --host=10.1.1.2 I get the correct error code (as per the documentation): "ERROR: S3 error: 301 (Moved Permanently)" BUT, if I copy it like this: s3cmd put test_file s3://buc2 --region=zg1 --host=10.1.1.1 I get this code: ERROR: S3 error: 404 (NoSuchKey) Can you point me to something that might be wrong? Thanks