The solution was in the code I posted originally. I had commas at the 
declaration of the public and private key. After removing the commas I can 
now upload.

*Before:*
bucket = "pobook",
region = 'ca-central-1',
aws_akey = "##############",
aws_skey = "########################"

*After:*
bucket = "pobook"
region = 'ca-central-1'
aws_akey = "##############"
aws_skey = "########################"



On Friday, 8 June 2018 12:36:06 UTC-7, Leonel Câmara wrote:
>
> Again, your new error is pretty explicit boto was expecting a string in 
> your access_key and found a tuple there. You probably used a tuple with 
> your key and secret in aws_access_key instead of just the key. The secret 
> should go in aws_secret_key.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to