File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ func (s *S3BucketExporter) Start(c <-chan *[]byte) <-chan error {
6363 go func () {
6464 var content io.Reader
6565 var encoding string
66- contentType := "application/text"
6766
6867 for {
6968 select {
@@ -90,7 +89,6 @@ func (s *S3BucketExporter) Start(c <-chan *[]byte) <-chan error {
9089 Key : & key ,
9190 Body : content ,
9291 ContentEncoding : & encoding ,
93- ContentType : & contentType ,
9492 }
9593
9694 _ , err := s .client .PutObject (context .Background (), & input )
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const (
6969
7070func buildALBLogLine (input albCustomizer ) string {
7171 logLine := fmt .Sprintf (
72- "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s\n " ,
72+ "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s %s\n " ,
7373 input .logType , input .timestamp , input .elbID ,
7474 input .clientIPPort , input .targetIPPort ,
7575 requestProcessingTimeMs , targetProcessingTimeMs , responseProcessingTimeMs ,
You can’t perform that action at this time.
0 commit comments