Most simplest method of generating a S3 Object Pre-Signed URL using Golang and AWS SDK for Go.
In order to use, just supply your <bucket-name>
and <object-key>
in the code and call the function directly or using a router.
Please note that all errors related to GoRoutines and URL generates only 1 time has already been fixed!