Update S3 lib and add more debugging

This commit is contained in:
Leonid Bugaev
2018-08-02 21:54:37 +05:00
parent a97c04b9e2
commit 0ffe3edcbf
+1 -1
View File
@@ -53,7 +53,7 @@ func NewS3Output(pathTemplate string, config *FileOutputConfig) *S3Output {
func (o *S3Output) connect() {
if o.session == nil {
o.session = session.Must(awsConfig())
o.session = session.Must(session.NewSession(awsConfig()))
}
}