Skip to content

cudidotdev/aws-s3-file-upload-rust-axum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An AWS S3 file upload service in Rust Axum

Associated YouTube video: Watch the tutorial video on YouTube

Routes

POST /upload
Content-Type: multipart/form-data

Setup

Create a .env file and update it with your credentials

AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""
AWS_REGION=""
AWS_BUCKET_NAME=""

Build and run

cargo build && cargo run

About

An aws s3 file upload service with rust axum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages