pub async fn spawn_put_object(
    s3_manager: Manager,
    file_path: &str,
    s3_bucket: &str,
    s3_key: &str
) -> Result<()>