pub async fn delete_s3_file(
configuration: &Configuration,
workspace: &str,
file_key: &str,
storage: Option<&str>,
) -> Result<Value, Error<DeleteS3FileError>>
pub async fn delete_s3_file(
configuration: &Configuration,
workspace: &str,
file_key: &str,
storage: Option<&str>,
) -> Result<Value, Error<DeleteS3FileError>>