What is a signed URL?
A signed URL is a URL that provides limited permission and time to make a request. Signed URLs contain authentication information in their query string, allowing users without credentials to perform specific actions on a resource. After you generate a signed URL, anyone who possesses it can use the signed URL to perform specified actions, such as writing an object, within a specified period of time.How to use your bucket with Doczilla
- GCP Storage
- AWS S3
Create client
First we need to create the Google Cloud Storage client, for this example we use their Node.js SDK (see Google's
samples for examples on how to do this in other languages).
Signed URL upload failed
If the render was successful but the upload to the signed URL failed,signedUrlStatus will be FAILED and the
URL field will contain the temporary URL of Doczilla.