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

4 uses

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