cloud.google.com/go/storage.SignedURLOptions.MD5 (field)
7 uses
cloud.google.com/go/storage (current package)
storage.go#L319: MD5 string
storage.go#L492: if opts.MD5 != "" {
storage.go#L493: md5, err := base64.StdEncoding.DecodeString(opts.MD5)
storage.go#L567: if opts.MD5 != "" {
storage.go#L605: if opts.MD5 != "" {
storage.go#L606: headersWithValue = append(headersWithValue, "content-md5:"+opts.MD5)
storage.go#L710: fmt.Fprintf(buf, "%s\n", opts.MD5)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |