Post Presigned URL

Post presigned URL node is used to generate presigned URL that is specifically generated for the purpose of allowing HTTP POST requests. It is used for securely uploading files or data to a server or a cloud storage service

Properties Panel

FieldDescriptionRequiredDefault

Node name

true

_

File name

Name of file that you need to upload

true

_

Object Storage Bucket name

Object Storage Bucket is where resource is located

true

_

URL Expires in

Expiration time for presigned URL (in seconds)

false

300 seconds

File size

Size of file/ resource you want to upload (in bytes)

true

_

Returns

result - Generated presigned url at runtime. You can access this using Magical Autocomplete (eg. $.<node_name>.result) in any node below this node.

Last updated