From 8af7ca5920c14993450f6c38a08bdc3c7b74ba3d Mon Sep 17 00:00:00 2001 From: Alexander Wels Date: Mon, 12 Nov 2018 12:54:06 -0500 Subject: [PATCH] Add source and contentType annotations Signed-off-by: Alexander Wels --- pkg/importer/dataStream.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/importer/dataStream.go b/pkg/importer/dataStream.go index d1c383e50a..931316915b 100644 --- a/pkg/importer/dataStream.go +++ b/pkg/importer/dataStream.go @@ -81,7 +81,11 @@ type DataStreamOptions struct { Dest string // Endpoint is the endpoint to get the data from for various Sources. Endpoint string +<<<<<<< HEAD // AccessKey is the access key for the endpoint, can be blank. This needs to be a base64 encoded string. +======= + // AccessKey is the access key for the endpoint, can be blank. +>>>>>>> Add source and contentType annotations AccessKey string // SecKey is the security key needed for the endpoint, can be blank. SecKey string