open powershell administrator mode and typing below command.
# windows
set AWS_DEFAULT_PROFILE={profile_name}
setx AWS_PROFILE {profile_name}
# open new shell (powershell or cmd)
aws s3 ls
open powershell administrator mode and typing below command.
# windows
set AWS_DEFAULT_PROFILE={profile_name}
setx AWS_PROFILE {profile_name}
# open new shell (powershell or cmd)
aws s3 ls
댓글