Hello,

I am trying to configure the storage plugin for Amazon S3 to use it with 
Apache Drill version 1.7.0.
I would like to connect to an S3 bucket in eu-central-1 region which is 
only supporting signature V4.

I did lot's of tests and configurations and I cannot get it running. I 
always get the response "Bad request", "Error Code:400".

Even by setting the parameter

<property>
  <name>fs.s3a.endpoint</name>
  <value>s3.eu-central-1.amazonaws.com</value>
</property>

in the core-site.xml of Apache Drill install directory I get the "bad 
request" response.

I could successfully connect to buckets in different regions supporting V2 
and V4 signature, but I cannot connect to buckets in regions only 
supporting signature V4 (ap-northeast-2 and eu-central-1)

Thanks for your help,
Juergen

Reply via email to