Skip to content

Test1 #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Test1 #7

wants to merge 2 commits into from

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 [email protected] 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