[mob][multipart] Change error message
This commit is contained in:
parent
d92bcd41cb
commit
8bc1488866
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue