NASA-PDS / web-analytics

Other
0 stars 0 forks source link

12 sync script fails silently if aws call fails #36

Closed kaipak closed 3 months ago

kaipak commented 3 months ago

🗒️ Summary

PR fixes silent aws s3 sync issue with script. Original code replaced with try/exception so that error messages are caught and outputted to stdout. This will be sent to logging subsystem with later PR.

⚙️ Test Data and/or Report

NA. Testing framework is in a separate effort and will be created there. Please see #35

♻️ Related Issues