bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
143 stars 52 forks source link

Update aws.s3 (check_region is now FALSE) #57

Open vspinu opened 4 years ago

vspinu commented 4 years ago

The package now has check_region = FALSE by default.

With check_region = TRUE there is an extra request for bucketLocation. Also one would need an explicit s3:bucketLocation permission on their buckets. If you don't know this, you just pull hair :/