minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
79 stars 50 forks source link

Awscli should print json entries in one line #150

Closed kannappanr closed 6 years ago

kannappanr commented 6 years ago

AwsCli is not printing json entries in a single line. E.g,

{"name": "awscli", "duration": "1077", "function": "aws --endpoint-url http://192.168.1.200:9000 s3 presign s3://awscli-mint-test-bucket-25813/datafile-1-MB", "status": "FAIL", "error": "{ "ETag": "\"2e11c823ff740a3be59bf6e6433e0057\"" }"}

All entries need to be in a single line.