Hi I m trying to integrate R2 into my

Hi! I'm trying to integrate R2 into my elixir app. I found this thread https://discord.com/channels/595317990191398933/1114222075268321322/1114246362284970036 but the person there says that it just worked. I keep getting 400 for streaming a file. Is that not supported yet?
1 Reply
andreicek
andreicek10mo ago
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!()