/Go-PreSignedURL

Most simplest method of generating a S3 Object Pre-Signed URL using Golang and AWS SDK for Go.

Primary LanguageGoBoost Software License 1.0BSL-1.0

Go-PreSignedURL

Most simplest method of generating a S3 Object Pre-Signed URL using Golang and AWS SDK for Go.

Usage

In order to use, just supply your <bucket-name> and <object-key> in the code and call the function directly or using a router.

Note

Please note that all errors related to GoRoutines and URL generates only 1 time has already been fixed!