diff --git a/syng/sources/s3.py b/syng/sources/s3.py index aff3702..6025370 100644 --- a/syng/sources/s3.py +++ b/syng/sources/s3.py @@ -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: