Address issues flagged by (#938)

This commit is contained in:
Erik Schweller
2021-06-08 21:05:16 +03:00
committed by GitHub
parent 22f0b09883
commit 09d7d42254
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ func NewS3ReadCloser(path string) *S3ReadCloser {
bucket, key := parseS3Url(path)
sess := session.Must(session.NewSession(awsConfig()))
log.Println("[S3 Input] S3 connection succesfully initialized", path)
log.Println("[S3 Input] S3 connection successfully initialized", path)
return &S3ReadCloser{
bucket: bucket,