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
I see that the profile is saved as. [profile sts] instead of just [sts].
This causes the following error to be thrown during compilation -
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.
If I remove the profile prefix manually, this error is gone. Is this something we can fix here or the issue should go someplace else?
I see that the profile is saved as. [profile sts] instead of just [sts].
This causes the following error to be thrown during compilation -
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.
If I remove the profile prefix manually, this error is gone. Is this something we can fix here or the issue should go someplace else?
aws issue link: aws/aws-sdk-java#1707
Thanks!
The text was updated successfully, but these errors were encountered: