File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments