I am trying to use the lenses s3 source connector to connect with an on-prem s3 deployment
I am not sure where to put in the config specific to on-prem s3 like the domain name e.g. http://s3ext.orgname.com/
I tried to run with the current config and the error I get is software.amazon.awssdk.services.s3.model.S3Exception: The AWS Access Key Id you provided does not exist in our records
Is this because the key ID I supplied is not in the aws-s3 records?
Is there a specific way to generate the creds with on-prem s3 that will be accepted by the connector?
Can you please suggest and provide an example? It will be really helpful.
My current config is specific to an on-prem deployment of s3.
s3 buckets can be hosted by implementing the s3 protocol on-prem and not directly in the AWS cloud.
I figured the AWS Java lib is used for the connection.
My question is if the connector supports on-prem deployments for s3 or just the AWS-hosted s3?
If it does support on-prem s3 deployment, are there properties to specify that the connection attempt should be made with on-prem s3 using a domain name and not with AWS s3.