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

4 uses

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