File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.17.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 384,244 kB
  • sloc: java: 13,538; makefile: 400; sh: 137
file content (9 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
// Package customizations provides customizations for the Glacier API client.
//
// # Computing tree hash and sha256 checksum
//
// Glacier requires not only a sha256 checksum header, but also a tree hash. These
// can be set as inputs to the relevant commands, but in most cases this would
// just be tedious boilerplate. So if the checksums have not been provided, the
// client will automatically calculate them.
package customizations