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

4 uses

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