Get Presigned URL
Last updated
Last updated
Get Presigned URL node helps us to generate a presigned URL that provides temporary access to a specific resource, typically hosted on cosmocloud object storage buckets.
This URL is generated with a limited set of permissions and an expiration time, allowing users or applications to securely access the resource without requiring permanent access credentials.
Node name
true
_
File name
Name of file that you need to access
true
_
Object Storage Bucket Name
Object Storage bucket is where resource is located
true
_
Expires in
Expiration time for presigned URL (in seconds)
false
300 seconds
result
- Generated presigned url at runtime. You can access this using Magical Autocomplete (eg. $.<node_name>.result
) in any node below this node.