You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/internal/AwsChunkedReader.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ internal class AwsChunkedReader(
73
73
internalsuspendfunensureValidChunk(): Boolean {
74
74
// check if the current chunk is still valid
75
75
if (chunk.size >0L) {
76
-
//// Reset metadata bytes counter as only first read of a chunk contains metadata
76
+
//reset metadata bytes counter as only first read of a chunk contains metadata
0 commit comments