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