Skip to content

Commit 8a5c3d3

Browse files
frristalanshaw
andcommitted
Update bucket/manifest.go comment
Code comment on relevant code section Co-authored-by: ash <alan138@gmail.com>
1 parent a218882 commit 8a5c3d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bucket/manifest.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ type ObjectManifest struct {
3535
// "SHA256", "CRC32") and the base64 value computed over the body. Stored so
3636
// GET/HEAD can echo it under x-amz-checksum-mode. Empty when no additional
3737
// checksum was requested. Independent of the internal sha256 content address.
38+
ChecksumAlgorithm string `cborgen:"ca"`
39+
Checksum string `cborgen:"ck"`
3840
// ChecksumType is the S3 checksum type of Checksum: "FULL_OBJECT" (computed
3941
// over the whole body) or "COMPOSITE" (a multipart checksum-of-checksums
4042
// with a "-N" part-count suffix). Empty in blocks written before the type
4143
// was recorded, which are all full-object.
42-
ChecksumAlgorithm string `cborgen:"ca"`
43-
Checksum string `cborgen:"ck"`
44-
ChecksumType string `cborgen:"cy"`
44+
ChecksumType string `cborgen:"cy"`
4545

4646
// HTTP/S3 system headers carried through PUT and replayed on
4747
// HEAD/GET. Empty strings are omitted from responses.

0 commit comments

Comments
 (0)