Alberto Otero Lorenzo
06/15/2023, 9:58 AMhighAvailability.storageDir to <s3://my-minio-host> . The problem comes with the credentials. Trying to set up from s3.access.key s3a.access.key AWS_ACCESS_KEY_ID with the correspondent secret vars, but no solution has effec and I keep getting the error at jobmanager start log:
java.util.concurrent.CompletionException: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)), SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey), WebIdentityTokenCredentialsProvider: You must specify a value for roleArn and roleSessionName, com.amazonaws.auth.profile.ProfileCredentialsProvider@1f86353d: profile file cannot be null, com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@1b597309: Failed to connect to service endpoint
Anyone could help me with this?
Thank you.