tator
tator copied to clipboard
Web uploader robustness
Although we do retry on multipart upload PUT
requests for individual chunks, currently multipart upload completion is not retried on failure. The ideal approach is to introduce retries to all of tator-js
via a custom client for ApiClient
. While we are in there we can also eliminate the User-Agent
header error.