MVP in Minutes
Quick Start

Object Storage

In this section, we will set up the object storage for the application.

In MVPinMinutes, we use the AWS S3 to handle the object storage.

Set up the AWS S3

  1. Head over to AWS. And create a free account.
  2. Create a new S3 bucket.
  3. Get the bucket name and the access key and secret key.
  4. Copy the access key and secret key and paste it in the .env.local file.
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
AWS_BUCKET_NAME=

Video Tutorial

Coming soon...

On this page