-
Describe the featureIs it possible to use a backend service(Rails/Laravel etc.) to generate a presigned-urls to be used in the S3Client (lib-storage upload) on browser side for uploading? I couldn't find any example code showing a PreSigned URL being using to upload a file using lib-storage upload. Use CaseI don't want to create a S3Client(browser) with secret key(or using any credentials providers). Tried to find an example which gets the preSignedURL from the server (express/rails/laravel) for upload and then pass that to lib-storage for the upload functionality, assuming it will take care of all uploads related things (multipart etc.) and we can listen to the upload progress. Somethings similar was inquired by @timodwhit in : Ticket: #2086 Proposed SolutionNo response Other InformationNo response Acknowledgements
SDK version usedV3 Environment details (OS name and version, etc.)Linux |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
Hi @shanlalit , I converted your question into a discussion because it was more a request for guidance than a feature request. Currently there is no way to use lib-storage with a presigned URL. You might be able to do so with a 3rd party library or with some custom code. |
Beta Was this translation helpful? Give feedback.
-
Any updates about this? |
Beta Was this translation helpful? Give feedback.
-
Hi @RanVaknin Would you pleases suggest a 3rd party lib which might help us use presigned URLs, or a pseudo code example for custom solution. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
-
I'm also very interested in this... |
Beta Was this translation helpful? Give feedback.
-
Following this... |
Beta Was this translation helpful? Give feedback.
-
I'm also facing problems with this. |
Beta Was this translation helpful? Give feedback.
Hi @shanlalit ,
I converted your question into a discussion because it was more a request for guidance than a feature request.
Currently there is no way to use lib-storage with a presigned URL. You might be able to do so with a 3rd party library or with some custom code.