Need Signed URL without Async await like we have in V2 #6425
Labels
closed-for-staleness
feature-request
New feature or enhancement. May require GitHub community feedback.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Describe the feature
Need to generate S3 Signed URL without async await as after updating to v3 it is breaking my code.
Use Case
Need this feature because in mongo db serialization I'm generating signed url before sending response to frontend and there in toJSON method we can not call a method using await.
this is what I was doing in v2 and it is not working after v3 update.
Proposed Solution
support v2 method of generating signed url
Other Information
No response
Acknowledgements
SDK version used
v3
Environment details (OS name and version, etc.)
Mac, ubuntu
The text was updated successfully, but these errors were encountered: