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
A by-reference deposit should do an immediate HEAD request against the remote resources to ensure that a) they can be retrieved, and b) the Content-Length reported matches that provided, and is acceptable.
The text was updated successfully, but these errors were encountered:
I think the ByReferenceFileDefinition should be split out into two classes, one for remote files, and another for segmented uploads. These should each then have a .validate() method that performs the request if appropriate.
A by-reference deposit should do an immediate HEAD request against the remote resources to ensure that a) they can be retrieved, and b) the
Content-Length
reported matches that provided, and is acceptable.The text was updated successfully, but these errors were encountered: