A study application to test a file upload using a local stack that simulates an AWS S3 bucket.
- Docker v25.0.7+
Just run docker compose up.
docker exec -it localstack bash- create your bucket with
awslocal s3api create-bucket --bucket <BUCKET_NAME> - create user with
awslocal iam create-user --username <USER_NAME> - create access key with
awslocal iam create-access-key --username <USER_NAME>
Rename your .env.example to .env, and add variables from your local stack setup.