4dn-dcic / utils

various util modules shared amongst several projects in our organization
MIT License
4 stars 1 forks source link

S3 localstack ize #266

Open dmichaels-harvard opened 1 year ago

dmichaels-harvard commented 1 year ago

Provides ability to use the "localstack" utility to run/emulate AWS S3 and SQS locally, via the LOCALSTACK_S3_URL and LOCALSTACK_SQS_URL environment variables. Also (as a BTW) updates PyYAML to ^6.0.1 because Mac M1 (with Python 3.9) only likes 5.3.1 (not 5.4.1) or 6 and up.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5978776288


Changes Missing Coverage Covered Lines Changed/Added Lines %
dcicutils/boto_monkey_patching.py 33 34 97.06%
<!-- Total: 34 35 97.14% -->
Totals Coverage Status
Change from base Build 5943632943: 0.06%
Covered Lines: 8268
Relevant Lines: 10626

💛 - Coveralls