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: StringFile ID
key: StringS3 key
file_type: StringFile type
new_presigned_url: StringPresigned URL for upload
metadata: Option<FileCreatePresignedUrlMetadata>Additional metadata about the generated upload URL.