diff --git a/collectfast/strategies/boto3.py b/collectfast/strategies/boto3.py index d8d37d6..8b8936d 100644 --- a/collectfast/strategies/boto3.py +++ b/collectfast/strategies/boto3.py @@ -40,7 +40,3 @@ def get_remote_file_hash(self, prefixed_path: str) -> Optional[str]: return None return self._clean_hash(hash_) - def pre_should_copy_hook(self) -> None: - if settings.threads: - logger.info("Resetting connection") - self.remote_storage._connection = None