JSn1nj4 / ElliotDerhay.com

My personal website project.
MIT License
0 stars 1 forks source link

Connect to AWS S3 API for static assets #32

Closed JSn1nj4 closed 1 year ago

JSn1nj4 commented 2 years ago

Potential good starting point: Getting started with Amazon S3 storage in Laravel

The one I'm probably going with: https://laravel-news.com/uploading-files-laravel

Checklist

Not comprehensive, but should prevent storage issues

JSn1nj4 commented 1 year ago

See if this needs a queue too (e.g. from temp disk to permanent in AWS).

JSn1nj4 commented 1 year ago

Might need to keep direct S3 uploads (e.g. for CSS and such) stored in public-facing bucket after all.