Skip to content

Commit

Permalink
Add source and contentType annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels committed Nov 16, 2018
1 parent b4fea7d commit 8af7ca5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/importer/dataStream.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8af7ca5

Please sign in to comment.