we have to / must know, in boto 2.47
the python code
C:\Python27\Lib\site-packages\boto-2.47.0-py2.7.egg\boto\provider.py
define the aws_security_token
NOT aws_session_token
it will cause error , for it can not find the token in credentials file.
本文介绍了在使用 Boto 2.47 版本时,将 aws_security_token 误解为 aws_session_token 导致的问题,并指出了正确的配置方法以避免错误。
we have to / must know, in boto 2.47
the python code
C:\Python27\Lib\site-packages\boto-2.47.0-py2.7.egg\boto\provider.py
define the aws_security_token
NOT aws_session_token
it will cause error , for it can not find the token in credentials file.
1353
1277
1505

被折叠的 条评论
为什么被折叠?