chore: cleanup, remove unused param for objectstore cache

This commit is contained in:
RhodeCode Admin 2024-08-21 00:21:44 +02:00
parent 9a06614a3b
commit e334f29358

View file

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