Hi Johan, You can pass S3 credentials in the Drill storage plugin or in the $DRILL_HOME/conf/core-site.xml file. Here are some examples - https://drill.apache.org/docs/s3-storage-plugin/
Best Regards, Denys Ordynskiy On Mon, Sep 23, 2019 at 10:12 AM Johan Avril Yansen <[email protected]> wrote: > Hi drill dev, > > I was trying to connect drill from my local PC into AWS cloud s3 using > the *com.amazonaws.auth.DefaultAWSCredentialsProviderChain > *hoping that it will use the the credentials from *~/.aws/credentials*. But > the result said > *Error: SYSTEM ERROR: AmazonClientException: Unable to load AWS credentials > from any provider in the chain.*I use the same configuration and manage to > write into the cloud and use the credentials in *~/.aws/credentials *using > Apache Parquet Library*, *but failed to read it using Drill. > Do I need to add extra configuration ? > > Best Regards, > Johan Avril Yansen >
