mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
[mob][multipart] Change error message
This commit is contained in:
@@ -194,7 +194,7 @@ class MultiPartUploader {
|
||||
);
|
||||
if (kDebugMode && count > 3) {
|
||||
throw Exception(
|
||||
'In debug mode, only one part will be uploaded at a time.',
|
||||
'Forced exception to test multipart upload retry mechanism.',
|
||||
);
|
||||
}
|
||||
final response = await _s3Dio.put(
|
||||
|
Reference in New Issue
Block a user