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

4 uses

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