aliyun/aliyun-oss-java-sdk

STSAssumeRoleSession Credentials Provider does not throw error in case of failures.

rahshin opened this issue · 0 comments

The exception thrown when authenticating is logged but it is not throw to the caller. As result the caller does not know the cause of failure.

https://github.com/aliyun/aliyun-oss-java-sdk/blob/3.15.2/src/main/java/com/aliyun/oss/common/auth/STSAssumeRoleSessionCredentialsProvider.java#L100-L105