export interface UploadMedia {
    ETag: string;
    Location: string;
    Key: string;
    Bucket: string;
}
