mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob][multipart] Change error message
This commit is contained in:
parent
d92bcd41cb
commit
8bc1488866
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user