Questions tagged [axum]

Axum is a domain specific concurrent programming language, based on the Actor model, being developed by Microsoft.

31 questions
0
votes
0 answers

Using axum and reqwest to upload a file to cloud bucket, streaming it

I've created a small Github repo that mimics exactly what I'm trying to achieve: streaming file uploads to both file systems and the cloud (S3) using axum (and reqwest). I can change all the code you see. There is no restriction. All signatures were…
Fred Hors
  • 3,258
  • 3
  • 25
  • 71
1 2
3