github.com/aws/aws-sdk-go-v2/service/s3.HeadObjectInput.SSECustomerAlgorithm (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_HeadObject.go#L198: 	SSECustomerAlgorithm *string
		serializers.go#L4251: 	if v.SSECustomerAlgorithm != nil && len(*v.SSECustomerAlgorithm) > 0 {
		serializers.go#L4253: 		encoder.SetHeader(locationName).String(*v.SSECustomerAlgorithm)