Skip to content

Comments

PLAT-7571: Handle large files#70

Merged
anderssjoblom-vertex merged 2 commits intomainfrom
PLAT-7571_handle_large_files
Feb 5, 2026
Merged

PLAT-7571: Handle large files#70
anderssjoblom-vertex merged 2 commits intomainfrom
PLAT-7571_handle_large_files

Conversation

@anderssjoblom-vertex
Copy link
Contributor

Summary

This change adds support to upload large amount of data. There was an issue in the ApiClient where it always called the requestBodyToString to authenticate the body data. This was done also on a octet-stream. We don't need to authenticate the body data in that case and especially when we are streaming data.

Test Plan

Test this using the downstream application like PLMIntegrationService.

@anderssjoblom-vertex anderssjoblom-vertex requested a review from a team as a code owner February 5, 2026 19:18
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 5, 2026

@sourada-e5
Copy link
Contributor

Nice! This patch-based approach seems like a nice upgrade from including the modified template files as a whole.

@anderssjoblom-vertex anderssjoblom-vertex merged commit 8436fae into main Feb 5, 2026
4 checks passed
@anderssjoblom-vertex anderssjoblom-vertex deleted the PLAT-7571_handle_large_files branch February 5, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants