Media Library
About
Example
Limitations
Uploading many files at once
Files are uploaded to S3 as temporary media first. When saving the request files are moved to their persisten location. This takes a while for each file. If too many files are uploaded and saved at once, moving the files may take longer than Vapors web request execution timeout (max. 30 seconds). Thus it is whise to limit the amount of files that can be uploaded at once.
Uploading large files
TODO: explain customizations
See
- Remove the need for a TemporaryDirectory when copying media #2638
- When attaching files from disk use the copy method #1669
- Which method to use when a file is uploded to s3 directly. #1852
- double upload files when use S3 Disk #499
- adding existing media files is still very slow. #2986