A Pythonista & boto3 problem
-
Probably a boto3 newbie situation, but here we go: I installed StaSH (according to instructions I found) and then pip install boto3.
However, when I try to run a boto3 example code to create a s3 client (and later fetch list of S3 buckets) I get an error like in the linked screen capture.
https://www.dropbox.com/s/2rffro0lo1sdq8t/pythonista-boto3-error.jpg?dl=0
Any advice on how to fix this?
-
@arikontiainen No idea of what is boto3, but perhaps same as this issue
-
@cvp boto3 is a library used to work with AWS -- and your hint was spot on!
Thank you, this just saved my evening ;)