Profile name with space #72
Answered
by
Lockszmith-GH
Lockszmith-GH
asked this question in
Q&A
-
I use export After that, However, Example output: Am I doing something wrong? Anything I can collect for troubleshooting? |
Beta Was this translation helpful? Give feedback.
Answered by
Lockszmith-GH
May 3, 2025
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that
MacBook Pro
and'MacBook Pro'
are not exactly the same, so I edited my config, removed the space and the quotes and initiated the sso login again.This time, running
stu
, the error was different.So I believe there is at least one bug - and that is the mishandling of quoted profile names.
error until succeed
The error was a redirect message, where aws states that the region for the bucket is
us-east-1
and it redirects there.The SSO region must be
eu-west-1
(I tested), and so without--region
option,stu
breaks here, where the aws cli seems to just redirect.Here is the obfuscated error (I added line breaks and indentations) when running
stu --bucket <my bucket>
without--r…