Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

S3 Storage

Minh Truong edited this page Apr 27, 2021 · 1 revision

This project have already configured Minio (S3 Compatible) storage for uploads and other static files because in Docker there is no way save persistent files otherwise easily.

Local Development with Minio

Use these environment variables to use S3 Compatible storage locally

FILESYSTEM_DRIVER=s3

AWS_ENDPOINT=http://minio:9000
AWS_ACCESS_KEY_ID=testkeys
AWS_SECRET_ACCESS_KEY=testkeys
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=laravel
Clone this wiki locally