github.com/aws/aws-sdk-go-v2/service/s3.CopyObjectInput.CopySourceSSECustomerKey (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_CopyObject.go#L293: 	CopySourceSSECustomerKey *string
		serializers.go#L367: 	if v.CopySourceSSECustomerKey != nil && len(*v.CopySourceSSECustomerKey) > 0 {
		serializers.go#L369: 		encoder.SetHeader(locationName).String(*v.CopySourceSSECustomerKey)