Function upload_s3_file_from_app

Source
pub async fn upload_s3_file_from_app(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    body: PathBuf,
    file_key: Option<&str>,
    file_extension: Option<&str>,
    s3_resource_path: Option<&str>,
    resource_type: Option<&str>,
    storage: Option<&str>,
    content_type: Option<&str>,
    content_disposition: Option<&str>,
) -> Result<UploadS3FileFromApp200Response, Error<UploadS3FileFromAppError>>