|
@@ -787,6 +787,7 @@ module.exports = class Transloadit extends Plugin {
|
|
// Golden Retriever. So, Golden Retriever is required to do resumability with the Transloadit plugin,
|
|
// Golden Retriever. So, Golden Retriever is required to do resumability with the Transloadit plugin,
|
|
// and we disable Tus's default resume implementation to prevent bad behaviours.
|
|
// and we disable Tus's default resume implementation to prevent bad behaviours.
|
|
storeFingerprintForResuming: false,
|
|
storeFingerprintForResuming: false,
|
|
|
|
+ resume: false,
|
|
// Disable Companion's retry optimisation; we need to change the endpoint on retry
|
|
// Disable Companion's retry optimisation; we need to change the endpoint on retry
|
|
// so it can't just reuse the same tus.Upload instance server-side.
|
|
// so it can't just reuse the same tus.Upload instance server-side.
|
|
useFastRemoteRetry: false,
|
|
useFastRemoteRetry: false,
|