gallantlab / cottoncandy

sugar for s3
http://gallantlab.github.io/cottoncandy/
BSD 2-Clause "Simplified" License
33 stars 16 forks source link

More informative errors, and a touch of python3 compatibility. #42

Closed cmcneil closed 7 years ago

cmcneil commented 7 years ago

Do you know what's up with this test failing? It doesn't look like it has anything to do with my changes.

anwarnunez commented 7 years ago

Unfortunately, Travis doesn't give access to encrypted environmental variables to repo forks. The encrypted environmental variables contain the necessary AWS credentials to run the round trip tests.

cmcneil commented 7 years ago

Suggestion accepted, but instead of making a new function, I decided it made more sense to wrap this functionality inside the exists_object() method, using an optional param. You would never need the new function in a context that doesn't have that one.

anwarnunez commented 7 years ago

kewl