Find answers from the community

Updated 2 years ago

Yes I am trying to use the same As

Yes. I am trying to use the same. As mentioned in the documentation and code trying to initialize loader by passing :
loader = S3Reader(bucket = "value" , aws_access_id ="value", aws_secret_access = "value", s3_endpoint_url = "value")
but, it keeps giving error : TypeError : object,init() takes exaclty one argument (the instance to initialize) (in llamahub_modules/s3/base.py)
@Logan M
L
p
2 comments
You could try this one as well

https://llama-hub-ui.vercel.app/l/opendal_reader-s3

Since these are all community contributed loaders, I'm not 100% sure how any of them work lol

You could also just use boto3 and read the objects yourself, similar to what the source code of these functions is doing.
Yeah.. Thanks for the direction.. I guess that would be better option !
Add a reply
Sign up and join the conversation on Discord