Skip to main content

FileCreatePresignedUrlResponse

Type Alias FileCreatePresignedUrlResponse 

Source
pub type FileCreatePresignedUrlResponse = FileUploadResponse;
Expand description

Alias for endpoint parity naming.

Aliased Type§

pub struct FileCreatePresignedUrlResponse {
    pub id: String,
    pub key: String,
    pub file_type: String,
    pub new_presigned_url: String,
    pub metadata: Option<FileCreatePresignedUrlMetadata>,
}

Fields§

§id: String

File ID

§key: String

S3 key

§file_type: String

File type

§new_presigned_url: String

Presigned URL for upload

§metadata: Option<FileCreatePresignedUrlMetadata>

Additional metadata about the generated upload URL.