chore: cleanup, remove unused param for objectstore cache
This commit is contained in:
parent
9a06614a3b
commit
e334f29358
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ class S3Shard(BaseShard):
|
|||
# ensure folder in bucket exists
|
||||
destination = self.bucket
|
||||
if not self.fs.exists(destination):
|
||||
self.fs.mkdir(destination, s3_additional_kwargs={})
|
||||
self.fs.mkdir(destination)
|
||||
|
||||
writer = self._get_writer(full_path, mode)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue