Closed dustinvanstee closed 7 years ago
Looking good @dustinvanstee . A couple of more comments to address after testing then should be good to merge.
Thanks!
Addressed comments above, and performed some tests using the example deployment scripts ... Looks good to me. Code re-committed
lgtm if no further comment
Added a status flag to make sure setS3Auth is run before z.start. If not, an error message will print. Also added a simple check for making sure rootkey.csv exists.
added a new status flag s3authSet = False once setS3Auth is run, then this flag is set True start method checks this flag prior to start. if not set, prints error message and aborts ..