Код: Выделить всё
The NoCredentialsError is an error encountered when using the Boto3 library to
interface with Amazon Web Services (AWS).Specifically, this error is encountered
when your AWS credentials are missing, invalid, or cannot be located by your Python
script.
File "/usr/lib/python2.7/site-packages/botocore/auth.py", line 373, in add_auth
raise NoCredentialsError()
NoCredentialsError: Unable to locate credentials
Код: Выделить всё
[root@xxxxxx aws\]# ls
config credentials
Подробнее здесь: https://stackoverflow.com/questions/746 ... redentials