mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 07:47:19 +08:00
fix: blob redirect
This commit is contained in:
@@ -25,7 +25,8 @@ interface CloudBlobStorageOptions {
|
|||||||
id: string;
|
id: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const SHOULD_MANUAL_REDIRECT = BUILD_CONFIG.isAndroid || BUILD_CONFIG.isIOS;
|
const SHOULD_MANUAL_REDIRECT =
|
||||||
|
BUILD_CONFIG.isAndroid || BUILD_CONFIG.isIOS || BUILD_CONFIG.isElectron;
|
||||||
const UPLOAD_REQUEST_TIMEOUT = 0;
|
const UPLOAD_REQUEST_TIMEOUT = 0;
|
||||||
|
|
||||||
export class CloudBlobStorage extends BlobStorageBase {
|
export class CloudBlobStorage extends BlobStorageBase {
|
||||||
|
|||||||
Reference in New Issue
Block a user