The wildcard function no longer works for the s3 ls command, so I'm currently just doing a subprocess.call, checking if the error code is greater than zero (which means there's an error) and returning "false" if so, rather than printing any errors.
I think in the future, using something like boto (I think we use this in the pull down script) might get us better methods for these calls.
The wildcard function no longer works for the s3 ls command, so I'm currently just doing a subprocess.call, checking if the error code is greater than zero (which means there's an error) and returning "false" if so, rather than printing any errors.
I think in the future, using something like boto (I think we use this in the pull down script) might get us better methods for these calls.