Mix.install([
{:req_s3, "~> 0.2.3"}
])req =
Req.new()
|> ReqS3.attach()%{status: 200, body: body} = Req.get!(req, url: "s3://ossci-datasets")
body["ListBucketResult"]["Contents"]%{status: 200, body: body} = Req.get!(req, url: "s3://ossci-datasets/mnist/t10k-images-idx3-ubyte.gz")
body