liulingtong commented on issue #55972: URL: https://github.com/apache/doris/issues/55972#issuecomment-3294601014
https://github.com/apache/doris/blob/3700d0c0d15d5aaaf2c62fdd1fe6a6bb7064fb79/fe/fe-core/src/main/java/org/apache/doris/datasource/property/storage/S3Properties.java#L277C7-L291C10 if s3IAMRole is not empty , InstanceProfileCredentialsProvider will be provided . it`s only for ec2 , not for eks . if fe wants to use eks iamrole , EnvironmentVariableCredentialsProvider should be provided . but the code has no way to go to line 297 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
