@m615 You’ll need to look into multi-part uploading if the files are more than a couple of megabytes in size. This will then upload the file in “chunks” to S3.
How do I upload larger files to s3?
I have created a MediaAsset model and resource in my project for users so they can attach a asset to a particular product or page.
I have the FileStorage configured to use my s3 bucket and all is working great. I get an error if the file is too large to upload. My users will need the ability to upload videos and images.
Is there a way to configure the File::make field to use s3 file streaming or is there some other configuration or solution I need to consider?
I found this package for Nova and it solved my problem. Very easy to implement and use.
https://novapackages.com/packages/ahmedkandel/nova-s3-multipart-upload
Please or to participate in this conversation.