S3 single upload 5gb restriction
Currently i have setup disk to s3, so which mean the livewire-tmp is also in s3 and it will be using storage()->move() to the correct bucket later on.
As title mentioned, if user upload a file that are more than 5gb, it will restricted by S3. Is there a possibility to overwrite the upload function to be using the s3 multipart upload from the SDK?
1 Reply
up