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

4 uses

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