How to Install Python-tinys3 on Ubuntu 15.04
Install python tinys3 on Ubuntu 15.04
You can install tiny s3 from pip using this command.
$ pip install tinys3
Or if you’re using easy_install using this command on ubuntu 12.04+.
$ easy_install tinys3
Source : Here