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

4 uses

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