Create Presigned URL for Drive Module #4810
SwartZCoding
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I propose implementing the ability to generate presigned URLs within the drive module. These URLs would allow direct uploads to an S3 bucket, bypassing the need for direct API interaction. This approach would optimize the upload process by offloading the file transfer directly to S3, reducing the load on the API and preventing any performance degradation.
https://docs.aws.amazon.com/AmazonS3/latest/API/s3_example_s3_Scenario_PresignedUrl_section.html
Beta Was this translation helpful? Give feedback.
All reactions