Class BlogImageUploadResponse
- Namespace
- Builvero.Application.DTOs.Blog
- Assembly
- Builvero.Application.dll
Response DTO for blog image upload URL generation.
public class BlogImageUploadResponse
- Inheritance
-
BlogImageUploadResponse
- Inherited Members
Properties
ObjectKey
Gets or sets the S3 object key where the image will be stored.
public string ObjectKey { get; set; }
Property Value
- string
- Response DTO for blog image upload URL generation.
ReadUrl
Gets or sets the presigned URL for reading the image from S3.
public string ReadUrl { get; set; }
Property Value
- string
- Response DTO for blog image upload URL generation.
Remarks
This URL can be used immediately after upload to display the image in the editor.
UploadUrl
Gets or sets the presigned URL for uploading the image to S3.
public string UploadUrl { get; set; }
Property Value
- string
- Response DTO for blog image upload URL generation.