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
Invenio has min and max part size limits, which will also apply to the invenio-sword segmented upload deposit implementation.
At the moment, invenio-sword will reject segment-init requests outside of these limits with a ValidationError, but it has no standardised way to advertise the requirements for clients to follow.
Can we add optional minSegmentSize and maxSegmentSize attributes to the service document?
The text was updated successfully, but these errors were encountered:
Invenio has min and max part size limits, which will also apply to the invenio-sword segmented upload deposit implementation.
At the moment, invenio-sword will reject segment-init requests outside of these limits with a ValidationError, but it has no standardised way to advertise the requirements for clients to follow.
Can we add optional
minSegmentSize
andmaxSegmentSize
attributes to the service document?The text was updated successfully, but these errors were encountered: