You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when we send the REST request we got this
{"error_code":400,"message":"Connector configuration is invalid and contains the following 2 error(s):\nInvalid value AWSAssumeRoleCredentialsProvider for configuration s3.credentials.provider.class: Class AWSAssumeRoleCredentialsProvider could not be found.\nInvalid value null for configuration s3.credentials.provider.class: Class must extend: interface com.amazonaws.auth.AWSCredentialsProvider\nYou can also find the above list of errors at the endpoint /connector-plugins/{connectorType}/config/validate"}
However, when we use com.amazonaws.auth.DefaultAWSCredentialsProviderChain
We thought that #366 could be a related issue but no luck.
The text was updated successfully, but these errors were encountered:
Hi,
We are using
io.confluent.connect.s3.S3SinkConnector
from kafka-connect-s3:5.5.3 installed byWe have been trying to use
AWSAssumeRoleCredentialsProvider
withs3.credentials.provider.class
. We followed the guide at https://docs.confluent.io/5.5.1/connect/kafka-connect-s3/index.htmlHowever, when we send the REST request we got this
However, when we use
com.amazonaws.auth.DefaultAWSCredentialsProviderChain
We thought that #366 could be a related issue but no luck.
The text was updated successfully, but these errors were encountered: