Do we have any Presigned Url feature to upload any files into s3 via chunks systems(completeMultipartUpload) #3796
Unanswered
AtiqurCode
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In our current project, we're facing challenges with large file uploads. Currently, files are first uploaded to our server before being transferred to S3. We want to bypass this step and enable direct uploads to S3 from the frontend while keeping all other mechanisms intact, similar to how Spatie MediaLibrary works.
Is there any way and solution for this??
Beta Was this translation helpful? Give feedback.
All reactions