andreicek
andreicek
CDCloudflare Developers
Created by andreicek on 8/30/2023 in #r2
Hi I m trying to integrate R2 into my
This is the code I'm trying to use:
bucket()
|> ExAws.S3.download_file(remote_path, :memory)
|> ExAws.stream!()
bucket()
|> ExAws.S3.download_file(remote_path, :memory)
|> ExAws.stream!()
1 replies