Table of Contents

Class ProfilePhotoUploadUrlResponse

Namespace
Builvero.Api.Controllers
Assembly
Builvero.Api.dll

Response model containing the pre-signed upload URL and resulting photo URL

public class ProfilePhotoUploadUrlResponse
Inheritance
ProfilePhotoUploadUrlResponse
Inherited Members

Properties

ObjectKey

S3 object key where the file will be stored

public string ObjectKey { get; set; }

Property Value

string
Response model containing the pre-signed upload URL and resulting photo URL

PhotoUrl

Pre-signed GET URL to access the photo after upload (expires in 15 minutes)

public string PhotoUrl { get; set; }

Property Value

string
Response model containing the pre-signed upload URL and resulting photo URL

UploadUrl

Pre-signed URL for uploading the file to S3

public string UploadUrl { get; set; }

Property Value

string
Response model containing the pre-signed upload URL and resulting photo URL