Skip to content

Conversation

@ksqrt
Copy link

@ksqrt ksqrt commented Jul 18, 2022

Hi ~~~~

fs = s3fs.S3FileSystem(anon=False)

that makes forbidden error ....
so i googled and finally find Python s3fs.S3FileSystem() Examples
in here

https://www.programcreek.com/python/example/115410/s3fs.S3FileSystem

and i change code like this !

fs = s3fs.S3FileSystem(key=inp.key,
secret=inp.secret,
client_kwargs=dict(endpoint_url=inp.endpoint))

thank you very much!!!!

@MatinF
Copy link
Contributor

MatinF commented Jul 18, 2022

Thanks for your inputs. To review this, can you provide more details on what is going wrong with the current version of the code?

  1. Ideally, what exact steps did you try to take (incl. screenshots, what data/DBC you used etc)

  2. What error did you encounter with the current code and in what environment? (again, ideally incl. screenshots)

@ksqrt
Copy link
Author

ksqrt commented Jul 19, 2022

I'm tring to do AWS Lambda Automation

and i make my test JSON but that makes error in aws lambda (Python 3.7)

error1

@MatinF
Copy link
Contributor

MatinF commented Jul 20, 2022

I suggest sending us an email via our contact@csselectronics.com page with your invoice ID and a link to this thread, then we can help troubleshoot this. The code has been tested multiple times and I expect that it works as it should as-is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants