From 2be9d9db2f75fec4efc41ae1a4cec65629e9ca93 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Thu, 10 Dec 2020 03:56:08 -0600 Subject: [PATCH] bug fix: aws s3 handler --- transport/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/s3.py b/transport/s3.py index 8af8e9d..339cb5c 100644 --- a/transport/s3.py +++ b/transport/s3.py @@ -116,7 +116,7 @@ class s3Reader(s3,Reader) : class s3Writer(s3,Writer) : def __init__(self,**args) : - s3.__init__(self,args) + s3.__init__(self,**args) def mkdir(self,name): """ This function will create a folder in a bucket