Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

[Bug]: KeyError: 'filename' #950

@arnavroh45

Description

@arnavroh45

Bug Description

Few days back, it was working fine. But now getting this error

from llama_index import download_loader
S3Reader = download_loader("S3Reader")
loader2 = S3Reader(bucket=bucket, prefix=prefix)
documents2 = loader2.load_data()

Version

0.9.44

Steps to Reproduce

from llama_index import download_loader
S3Reader = download_loader("S3Reader")
loader2 = S3Reader(bucket=bucket, prefix=prefix)
documents2 = loader2.load_data()

Relevant Logs/Tracbacks

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions