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

4 uses

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