Replicating to minio scw-eu-fr-v3

I'm trying to enable replication of bucket where I have the hot storage locally in Minio.. One replica for wasabi-eu-central-2-v3 in Backblaze and finally the last replica in Minio for scw-eu-fr-v3 When it tries to replicate I get the following error
museum | ERRO[0001]replication3.go:446 func1 Failed to upload object
museum | --- at /etc/ente/pkg/controller/replication3.go:452 (ReplicationController3.replicateFile) ---
museum | Caused by: Upload to bucket scw-eu-fr-v3 failed
museum | --- at /etc/ente/pkg/controller/replication3.go:547 (ReplicationController3.uploadFile) ---
museum | Caused by: InvalidStorageClass: Invalid storage class.
museum | status code: 400, request id: 185F96467D0FE30D, host id: 3f2e9c5dc7d653a716cab27333b1b1f325cb9058c238c752500a3c61eea26b00 bucket=scw-eu-fr-v3 destination=scaleway object_key=1580559962386438/93aaf9ae-6634-49f0-b878-7c8fd1893930 task=replication
museum | ERRO[0001]replication3.go:446 func1 Failed to upload object
museum | --- at /etc/ente/pkg/controller/replication3.go:452 (ReplicationController3.replicateFile) ---
museum | Caused by: Upload to bucket scw-eu-fr-v3 failed
museum | --- at /etc/ente/pkg/controller/replication3.go:547 (ReplicationController3.uploadFile) ---
museum | Caused by: InvalidStorageClass: Invalid storage class.
museum | status code: 400, request id: 185F96467D0FE30D, host id: 3f2e9c5dc7d653a716cab27333b1b1f325cb9058c238c752500a3c61eea26b00 bucket=scw-eu-fr-v3 destination=scaleway object_key=1580559962386438/93aaf9ae-6634-49f0-b878-7c8fd1893930 task=replication
4 Replies
Ducky
Ducky3mo ago
The keys b2-eu-cen (primary storage), wasabi-eu-central-2-v3 (secondary storage) and scw-eu-fr-v3 (cold storage) are hardcoded, however, the keys and secret can be anything. It has no relation to Backblaze, Wasabi or Scaleway. Each bucket's endpoint, region, key and secret should be configured accordingly if using an external bucket. You can find more details in the bucket configuration documentation: https://help.ente.io/self-hosting/administration/object-storage#bucket-configuration Replication works only if all 3 storage buckets are configured (2 hot and 1 cold storage). More information can be found at https://github.com/ente-io/ente/discussions/3167#discussioncomment-10585970 and in the reliability article at https://ente.io/reliability/. -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
ente
Reliability and Replication
Ente keeps 3 encrypted copies of your data across EU data centers—including an underground facility—to ensure durability and protect against data loss.
Configuring Object Storage - Self-hosting | Ente Help
Configure Object Storage for storing files along with some troubleshooting tips
GitHub
Self hosting: replication not working/unreliable when only two buck...
Hello there! I've been playing around with self hosting Ente and love it so far. I've tried to set up replication between the primary b2-eu-cen bucket and scw-eu-fr-v3, using Backblaze and ...
Ducky
Ducky3mo ago
🔍 Similar Solved Posts
Found some similar posts that might help:
Schizo
SchizoOP3mo ago
This does not tell me how I can use minio for Cold Storage Is there a way to configure scw-eu-fr-v3 to NOT use Cold Storage? Never mind this. I've decided to take a different approach in securing the photos.
Ducky
Ducky3mo ago
Thread marked as solved. It will be closed in <t:1756320435:R>. This thread is now closed.

Did you find this page helpful?