mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
.. | ||
src | ||
.env.example | ||
.gitignore | ||
Cargo.toml | ||
README.md |
multipart+s3
Upload a file in multipart form to aws s3(https://github.com/rusoto/rusoto)
Receive multiple data in multipart form in JSON format and receive it as a struct.
usage
cd forms/multipart-s3
- copy .env.example .env
- edit .env AWS_ACCESS_KEY_ID=you_key
- edit .env AWS_SECRET_ACCESS_KEY=you_key
- edit .env AWS_S3_BUCKET_NAME=you_key
Running Server
cd forms/multipart-s3
cargo run (or ``cargo watch -x run``)