Miserlou / NoDB

NoDB isn't a database.. but it sort of looks like one.
https://blog.zappa.io/posts/introducing-nodb-pythonic-data-store-s3
380 stars 45 forks source link

aws session and profile_name values passable on NoDB.__init__ #20

Closed bendog closed 6 years ago

bendog commented 6 years ago

My AWS_DEFAULT .env value wasn't working, so for development I needed to pass my profile directly, expanded this to take session as a kwarg to make it more flexible, I'm sure there might be a number of people who could use this override.'

also included @nephlm 's py3 compatibility changes, as this is the branch I'm using.

bendog commented 6 years ago

extends #14

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.7%) to 56.738% when pulling dfc815287802c4b254558077a544903fa943f1ef on bendog:master into 26124840dfffcf6234b4b067531a8ec40d7362dd on Miserlou:master.