mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
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:
parent
d92f7a928a
commit
6ec0aec44b
23 changed files with 4005 additions and 3507 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -75,3 +75,4 @@ jobs:
|
|||
DB_PORT: 3306
|
||||
APP_BASE_URL: https://parcelvoy.com
|
||||
QUEUE_DRIVER: memory
|
||||
STORAGE_DRIVER: s3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue