We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d246196 commit cbdbcaaCopy full SHA for cbdbcaa
internal/s3util/s3util.go
@@ -59,8 +59,8 @@ func NewETagReader(r io.Reader) ETagReader {
59
}
60
61
// ETagReader implements the [io.Reader] interface by delegating to a nested
62
-// reader, Once the contents are completely read, the ETag method returns
63
-// a correctly-formatted S3 ETag for the contents.
+// reader. The ETag method returns a correctly-formatted S3 ETag for all the
+// data that have been read so far (initially none).
64
type ETagReader struct {
65
r io.Reader
66
hash hash.Hash
0 commit comments