Skip to content

FileUploadAccess

File upload access details for uploading file content to blob storage

Properties

Property Type Description
headers { keys: string[]; values: string[]; } Headers to include in the upload request
headers.keys string[] -
headers.values string[] -
requiresAuth? boolean Whether authentication is required for the upload
url string URL to upload the file to
verb string HTTP verb to use (e.g., 'PUT')