diff --git a/registrar/source.py b/registrar/source.py
index 5f17e0a05a1c647d0f39584e925967244de985f2..e31e9b9c34c45123d42df5bcf640971d11580109 100644
--- a/registrar/source.py
+++ b/registrar/source.py
@@ -384,7 +384,6 @@ class HTTPSource(Source):
         with open(target_path, "wb") as f:
             f.write(response.content)
 
-    @abstractmethod
     def get_vsi_env_and_path(self, path: str):
         return {}, f"/vsicurl/{urljoin(self.endpoint_url, path)}"