You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: