How to configure Ray with S3 credentials? I don’t run Ray in AWS, I run it locally on my laptop and want to read data from my Amazon S3 and also write there.
If i use Ray cluster, with few worker nodes, then i also need to run aws configure as well?
I thought there is some configuration option in Ray itself to configure S3 access…