diff --git a/infra/jobs/station/stingray-bucket-replication.levant.nomad b/infra/jobs/station/stingray-bucket-replication.levant.nomad
index 9f6a1706fddeb272cb23d77aa6e6b0522f786ec9..d923bb39b8f8d773b7391341895771ba5c25d601 100644
--- a/infra/jobs/station/stingray-bucket-replication.levant.nomad
+++ b/infra/jobs/station/stingray-bucket-replication.levant.nomad
@@ -63,12 +63,11 @@ replicate:
   source:
     type: minio
     bucket: statistics
-    path: "on"
+    prefix: ""
   target:
     type: minio
     bucket: central-statistics
     endpoint: "https://s3.lofar.net"
-    path: "on"
     credentials:
       accessKey: [[.object_storage.user.name]]
       secretKey: [[.object_storage.user.name]]