diff --git a/polaris/hub/polarisfs.py b/polaris/hub/polarisfs.py index 8d0efa9d..c9c36290 100644 --- a/polaris/hub/polarisfs.py +++ b/polaris/hub/polarisfs.py @@ -186,7 +186,7 @@ def pipe_file( pipe_path = self.sep.join([self.base_path, path]) # PUT request to Polaris Hub to put object in path - response = self.polaris_client.put(pipe_path, timeout=timeout, content=content) + response = self.polaris_client.put(pipe_path, timeout=timeout) if response.status_code != 307: raise PolarisHubError("Could not get signed URL from Polaris Hub.")