From b38fedb6e42f4e97d8506a884a9f56fef1da80c0 Mon Sep 17 00:00:00 2001 From: Ashutosh Sharma Date: Fri, 16 Aug 2019 22:27:41 -0500 Subject: [PATCH] Update S3Sample.properties Instructions to run it easily as good number of folks are facing issues while executing it. --- samples/src/main/resources/S3Sample.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/src/main/resources/S3Sample.properties b/samples/src/main/resources/S3Sample.properties index b0f9bcf..168ca8f 100644 --- a/samples/src/main/resources/S3Sample.properties +++ b/samples/src/main/resources/S3Sample.properties @@ -14,6 +14,8 @@ bufferMillisecondsLimit = 3600000 # Amazon S3 parameters for KinesisConnector # Please fill in the name of Amazon S3 bucket you'd like to use. +# as this bucket is already been created when the author executed it first time...just add some chars at the start or end or middle +# and this will work OOTB s3Bucket = pfifer-connector-test s3Endpoint = https\://s3.amazonaws.com