projectinfiniteme / laravel-core-media
Core Media microservice
dev-main
2024-12-16 15:44 UTC
Requires
- php: >=7.4
- laravel/framework: ^8.0
- laravel/passport: ^11.0
- league/flysystem-aws-s3-v3: ^3.0
- projectinfiniteme/laravel-core-classes: dev-main
- projectinfiniteme/postman-documentation: dev-main
This package is auto-updated.
Last update: 2025-05-16 16:54:28 UTC
README
Service description
Translation text
- Please, provide valid multipart request with uploaded file.
- File size can be :max Kb in length.
- You should provide file name, that was saved on AWS.
- Please, provide file path on AWS sources bucket.
- Please, provide file name to upload to AWS.
- File name should contain tmp path prefix ":prefix".
- Please, provide file content type, that you want to upload to AWS.
- You can request upload of file with this mime types only: :mimes.
- Please, provide file content length in bytes, that you want to upload to AWS.
- You can request upload of file with maximum :max Kb length.
- Given media does not exists in our db or does not attachable.