Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
/ aws-utils Public archive

Consolidated collection of aws/s3 utility functions

License

Notifications You must be signed in to change notification settings

skimhub/aws-utils

Repository files navigation

Aws utils

Collection of code snippets used for AWS (S3/EMR and so on).

Testing

We should aim > 90% test coverage, using the Moto library to properly test all the boto function calls.

This project should be made working both with Python2.7 and Python>=3.4 so making sure all the libraries declared here are Python3 Friendly.

Running tests

This test uses tox to run tests for multiple versions of Python, so all you need to do to run your tests is to install tox on your system and run it:

   $ tox
   py27: commands succeeded
   py34: commands succeeded
   py35: commands succeeded
   congratulations :)

About

Consolidated collection of aws/s3 utility functions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages