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

4 uses

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