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
With the integration of MANTA-3427, the prefix length on MPU directories will be a tunable. As it today, the client assumes a prefix length of 1. Issue #325 will allow the client to resolve the prefix length, allowing tools that just use the upload ID to continue to work.
Because long-lived client sessions likely don't want to incur an additional latency hit to resolve the fully qualified upload directly path for each MPU operation, this change will allow additional flexibility: providing the fully qualified path to the client directly.
This change will be a minor version bump, as it will augment the API in a backwards compatible manner.
The text was updated successfully, but these errors were encountered:
With the integration of MANTA-3427, the prefix length on MPU directories will be a tunable. As it today, the client assumes a prefix length of 1. Issue #325 will allow the client to resolve the prefix length, allowing tools that just use the upload ID to continue to work.
Because long-lived client sessions likely don't want to incur an additional latency hit to resolve the fully qualified upload directly path for each MPU operation, this change will allow additional flexibility: providing the fully qualified path to the client directly.
This change will be a minor version bump, as it will augment the API in a backwards compatible manner.
The text was updated successfully, but these errors were encountered: