cloud.google.com/go/storage.SignedURLOptions.ContentType (field)

5 uses

	cloud.google.com/go/storage (current package)
		storage.go#L300: 	ContentType string
		storage.go#L564: 	if opts.ContentType != "" {
		storage.go#L602: 	if opts.ContentType != "" {
		storage.go#L603: 		headersWithValue = append(headersWithValue, "content-type:"+opts.ContentType)
		storage.go#L711: 	fmt.Fprintf(buf, "%s\n", opts.ContentType)