Hi,

Could you try if the attached patch fixes the problem? (You could do
that at the same time as the fsck.s3ql --debug run).

Best,
-Nikolaus

-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«
diff --git a/src/s3ql/backends/s3c.py b/src/s3ql/backends/s3c.py
--- a/src/s3ql/backends/s3c.py
+++ b/src/s3ql/backends/s3c.py
@@ -209,7 +209,7 @@
         log.debug('list(%s, %s): start', prefix, start_after)
 
         keys_remaining = True
-        marker = start_after
+        marker = self.prefix + start_after
         prefix = self.prefix + prefix
         ns_p = self.xml_ns_prefix
 

Reply via email to