kobotoolbox/kobo-docker

Use boto3 instead of boto to create backups

noliveleger opened this issue · 0 comments

boto is used in the virtual environment to create backup on S3.
Since we, now, use Python3 for virtualenvs, let's use boto3 instead of boto.

Originally posted by @jnm in #303 (comment)