Closed plutov closed 1 month ago
Hi, Can i work on this issue?
hi i want to work on this issue
@jacksonwun let's start with one volume for the data. And add optional validation in Yaml. for example:
type: file
validation:
max_size_bytes: 123*123
formats:
- .jpg,
- .jpeg
...
It looks like yaml don't support formula. We can do string if this is better
type: file
validation:
max_size_bytes: '123 * 123'
formats:
- .jpg,
- .jpeg
@jacksonwun I think we can omit multiplication. Maybe even make it simpler and just provide an integer in megabytes.
@plutov I see, just corrected to multiplication in the PR.
done! Thanks @jacksonwun
Question to upload a file, which is then uploaded to specified docker volume.