• Uploads the supplied file to S3 and returns an object containing the filename and URL

    Parameters

    Returns Promise<{
        name: string;
        url: string;
    }>