##// END OF EJS Templates
chore: cleanup, remove unused param for objectstore cache
super-admin -
r5509:b3927804 default
parent child Browse files
Show More
@@ -58,7 +58,7 b' class S3Shard(BaseShard):'
58 58 # ensure folder in bucket exists
59 59 destination = self.bucket
60 60 if not self.fs.exists(destination):
61 self.fs.mkdir(destination, s3_additional_kwargs={})
61 self.fs.mkdir(destination)
62 62
63 63 writer = self._get_writer(full_path, mode)
64 64
General Comments 0
You need to be logged in to leave comments. Login now