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:

  • {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)
  • {weekday}: the day of current week
  • {ordinal}: returns the day of year starting from 1.
  • {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