Skip to main content

Store: Upload

Upload file to persistent long term storage.

Parameters

File pathREQUIRED

Which file path you want to put the file, placeholders are accepted.

ex:

  • response.json
  • {year}/{month}/{day}/backup_{timestamp}.xlsx

Placeholders accepted:

  • {file_name}: original file name (including extension)
  • {file_stem}: file name without extension
  • {file_extension}: file extension
  • {year}: current year in calendar date
  • {month}: current month
  • {day}: current day of the month 01 to 31
  • {hour}: current hour
  • {minute}: current minute
  • {second}: current second
  • {timestamp}: current timestamp (in second)
  • {timestamp_ns}: current timestamp (in nanoseconds)
  • {weekday}: the day of current week
  • {week}: ISO week number
  • {ordinal}: returns the day of year starting from 1.
  • {offset}: current timezone offset
  • {random_uuid}: random uuid v4
Overwrite

Overwrite file if present otherwise fail

Input

File

File you want to persist in long term storage

Output

Link
Address on which the file is available