github.com/aws/aws-sdk-go-v2/service/s3.UploadPartInput.SSECustomerKeyMD5 (field)

4 uses

	github.com/aws/aws-sdk-go-v2/service/s3 (current package)
		api_op_UploadPart.go#L255: 	SSECustomerKeyMD5 *string
		serializers.go#L8154: 	if v.SSECustomerKeyMD5 != nil && len(*v.SSECustomerKeyMD5) > 0 {
		serializers.go#L8156: 		encoder.SetHeader(locationName).String(*v.SSECustomerKeyMD5)