bug fix: aws s3 handler

This commit is contained in:
Steve Nyemba 2020-12-10 03:56:08 -06:00
parent c36b07073a
commit 2be9d9db2f
1 changed files with 1 additions and 1 deletions

View File

@ -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