Skip to content

Marktawa/strapi-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup Amazon S3 Upload Provider Plugin in Strapi

Code container for the tutorial: How to Setup Amazon S3 Upload Provider Plugin for your Strapi App

Prerequisites

  • Node v14.x.x up to Node v18.x.x (LTS)
  • Git
  • AWS Account

Getting Started

  • Clone the repo
git clone https://github.com/Marktawa/strapi-aws-s3.git
  • Change directory
cd backend/strapi-aws-s3

Strapi Setup

Install the dependencies

npm install

Edit .env file with your AWS Credentials

AWS_ACCESS_KEY_ID=<Access Key ID>
AWS_ACCESS_SECRET=<Secret access key>
AWS_REGION=<region>
AWS_BUCKET=<s3-bucket-name>

Build Strapi app

npm run build

Run Strapi app

npm run develop

Authors

Extra

About

Add AWS S3 storage bucket to your Strapi app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published