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
* Don't attempt to use empty session tokens
An empty session token would never be valid. In the case that certain
environmental conditions may produce an empty session token (rather
than null), don't attempt to use it.
Copy file name to clipboardExpand all lines: core/auth/src/main/java/software/amazon/awssdk/auth/credentials/internal/SystemSettingsCredentialsProvider.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public AwsCredentials resolveCredentials() {
0 commit comments