UploadSession

constructor(id: String? = null, url: String, expires: String? = null, type: String? = null)

Parameters

id

The upload ID. The client needs to use this ID to call Bridge when the upload is complete.

url

A pre-signed URL for doing a PUT upload of the data. The URL will remain valid for 24 hours once created on the Bridge side.

expires

The ISO 8601 date and time stamp at which this session will expire.

type

UploadSession