Add media storage (#25)

* Adds basic structure for remote storage

* Gets image uploading to a working state

* Adds validator in front of image upload

* Adds delete method for s3 files

* Allow for updating an image

Force name setting

* Fixes test cases
This commit is contained in:
Chris Anderson 2022-10-07 16:33:10 -07:00 committed by GitHub
parent d92f7a928a
commit 6ec0aec44b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 4005 additions and 3507 deletions

View file

@ -75,3 +75,4 @@ jobs:
DB_PORT: 3306
APP_BASE_URL: https://parcelvoy.com
QUEUE_DRIVER: memory
STORAGE_DRIVER: s3