sbt-ecr icon indicating copy to clipboard operation
sbt-ecr copied to clipboard

Update AWS SDK dependency

Open kojoa opened this issue 3 years ago • 1 comments

Hello,

any change of updating AWS SDK dependency to, for example, val amazonSdkV = "1.12.115"

This would get rid of this annoying console spam caused by AWS SDK (that has been finally fixed in SDK):

Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.ersion 0s
Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.
Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.
Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.
Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.
Nov 22, 2021 11:34:06 AM com.amazonaws.auth.profile.internal.BasicProfileConfigLoader loadProfiles
WARNING: Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.

kojoa avatar Nov 22 '21 09:11 kojoa

I did this update at PR: https://github.com/sjednac/sbt-ecr/pull/50. I hope it will be approved sum.

brunoselvacj avatar Mar 31 '22 18:03 brunoselvacj