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

4 uses

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