[mob][multipart] Change error message

This commit is contained in:
Neeraj Gupta 2024-05-08 17:11:51 +05:30
parent d92bcd41cb
commit 8bc1488866

View file

@ -194,7 +194,7 @@ class MultiPartUploader {
); );
if (kDebugMode && count > 3) { if (kDebugMode && count > 3) {
throw Exception( 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( final response = await _s3Dio.put(