StagedFile
A staged file represents a file that is waiting to be uploaded. It contains a link to which the client can POST the file as well as an expiration time.
This page contains
Fields
id: ID! | unique identifier of a file |
name: String! | name of the file |
tenant: String! | |
metadata: [FileMetadata!]! | metadata related to the file |
createdOn: DateTime! | create date time of the file |
uploadLink: URL! | upload URL for the file fetched from S3 |
expiration: DateTime! | expiration of the upload URL |
Implements
- File PREVIEW