pub async fn move_s3_file( configuration: &Configuration, workspace: &str, src_file_key: &str, dest_file_key: &str, storage: Option<&str>, ) -> Result<Value, Error<MoveS3FileError>>