I am attempting to connect HIVE to an S3 bucket containing some parquet files.. via this tutorial
https://janakiev.com/blog/presto-trino-s3/
I've gotten to the point where i am ready to inject my AWS credentials.. and the S3 URI.. but it seems there is no URI but.. an "endpoint" . I went ahead and created a endpoint but.. how am I supposed to input it? I am seeing multiple documentations but with conflicting inputs because they all focus on local "s3 compatible" storage
<property>
<name>fs.s3a.endpoint</name>
<value>S3_ENDPOINT</value>
</property>
Is this correct?
S3_ENDPOINT=https://s3.MY_REGION.amazonaws.com/SOME_BUCKET_NAME_123-s3alias
or do I simply use the URI?
s3://arn:aws:s3:REGION_NAME:1234567:accesspoint/mybucket-name
