Blog

Signed URls – Query string authentication

Signed URL’s contain query string parameters that allow access to protected data without requiring any credentials from the end user. Furthermore, you can restrict access to the particular file by providing a timestamp, so that after a particular date the URL will be invalidated automatically.

Here we will see how to use it on AWS and Gcloud to access files from private buckets.

Read More (External)