Skip to content

Sign URLs

Purpose of the Node

The Sign URLs node is designed to generate signed URLs for accessing files stored in a specific location. This is particularly useful for temporary access to private files, allowing users to download or access files securely for a specified duration.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the node.Exec-
pathsArray of FlowPaths to sign.StructArray
methodHTTP Method (GET, PUT, etc.) to use for signing.StringNormal
expirationExpiration time in seconds for the signed URLs.NumberNormal
EndIndicates that the execution is complete.Exec-
signed_urlsThe generated array of signed URLs.StringArray
failedTriggered if the signing process fails.Exec-