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

4 uses

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