mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

Suggestion: migrate BotoStore to use boto3 rather than boto #84

Open SaintFlipper opened 5 years ago

SaintFlipper commented 5 years ago

The boto package is now in retirement and boto3 has been the recommended Python-AWS library for some time. Although the two versions can (apparently) be installed side by side it would be preferable if boto3 was directly supported, either by migrating BotoStore to boto3 or with a new Boto3Store class.