YouNeedJ

Results 3 comments of YouNeedJ

I solved it, the credentials are ok when we are in console, but they must be removed to use the function from the lambda, and the lambda must be given...

this is the function with the authentication parameters: Sys.setenv("AWS_ACCESS_KEY_ID"="xxxxxxxx", "AWS_SECRET_ACCESS_KEY"="xxxxxxx", "AWS_DEFAULT_REGION"="us-east-1") s3load(object = "xxxxxxxxxxxxxxxxx", bucket = "xxxxxxxx") This is how it works in the Jupyter Notebook, but in order to...

What error do you get when trying to log in?