only add cdg files for s3
This commit is contained in:
parent
d12d67c4e6
commit
37e09d10da
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue