bug fix: aws s3 handler
This commit is contained in:
parent
c36b07073a
commit
2be9d9db2f
|
@ -116,7 +116,7 @@ class s3Reader(s3,Reader) :
|
||||||
class s3Writer(s3,Writer) :
|
class s3Writer(s3,Writer) :
|
||||||
|
|
||||||
def __init__(self,**args) :
|
def __init__(self,**args) :
|
||||||
s3.__init__(self,args)
|
s3.__init__(self,**args)
|
||||||
def mkdir(self,name):
|
def mkdir(self,name):
|
||||||
"""
|
"""
|
||||||
This function will create a folder in a bucket
|
This function will create a folder in a bucket
|
||||||
|
|
Loading…
Reference in New Issue