admin-shell-io/aas-specs-api

AASX File Server: Async. API for transferring larger files

Opened this issue · 0 comments

What is missing?

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.

A draft specification is available:
https://app.swaggerhub.com/apis/Plattform_i40/AasxFileServerServiceSpecification/V3.1.0_SSP-002

  • I have signed the required Developer Certificate of Origin (DCO) already.