only add cdg files for s3

This commit is contained in:
Christoph Stahl 2022-11-29 23:07:57 +01:00
parent d12d67c4e6
commit 37e09d10da

View file

@ -52,6 +52,7 @@ class S3Source(Source):
self.index = [
obj.object_name
for obj in self.minio.list_objects(self.bucket, recursive=True)
if obj.object_name.endswith(".cdg")
]
print("s3: Indexing done")
# with open("s3_files", "w") as f: