diff --git a/lib/req_athena/s3.ex b/lib/req_athena/s3.ex index daa76f7..51fb815 100644 --- a/lib/req_athena/s3.ex +++ b/lib/req_athena/s3.ex @@ -8,6 +8,7 @@ defmodule ReqAthena.S3 do manifest_csv_location = output_location <> "-manifest.csv" req_s3 + |> Req.merge(decode_body: false) |> get_body(manifest_csv_location) |> String.trim() |> String.split("\n")