You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API /packages in AasxFileServerServiceSpecification currently does not support transferring large files, specifically those larger than 100 GB. This creates limitations when working with large files (>100GB) like "quality" data.
A solution is needed to enable the transfer of larger (AASX) files.
How should it be fixed?
The suggested approach is to provide an asynchronous API specifically designed for handling such scenarios. This new API should include support for transferring/handling larger (AASX) files.
What is missing?
The API
/packages
inAasxFileServerServiceSpecification
currently does not support transferring large files, specifically those larger than 100 GB. This creates limitations when working with large files (>100GB) like "quality" data.A solution is needed to enable the transfer of larger (AASX) files.
How should it be fixed?
The suggested approach is to provide an
asynchronous API
specifically designed for handling such scenarios. This new API should include support for transferring/handling larger (AASX) files.A draft specification is available:
https://app.swaggerhub.com/apis/Plattform_i40/AasxFileServerServiceSpecification/V3.1.0_SSP-002
The text was updated successfully, but these errors were encountered: