Unexpected EOF error from `aws s3api` call?
I have a bash
script that downloads S3 objects into a TEMP_FILE
and then uses jq
to determine if that object has malformed JSON or not. This actually works pretty well:
I have a bash
script that downloads S3 objects into a TEMP_FILE
and then uses jq
to determine if that object has malformed JSON or not. This actually works pretty well: