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