diff --git a/hpcloud.classes.inc b/hpcloud.classes.inc
index 688542a..3bd3b54 100644
--- a/hpcloud.classes.inc
+++ b/hpcloud.classes.inc
@@ -326,7 +326,7 @@ class HPCloudDrupalStreamWrapper implements DrupalStreamWrapperInterface {
     $itLooksLikeAFileToMe = self::isFileish($data['object']);
 
     // Route public files through Drupal if it looks like they may not exist.
-    if ($itLooksLikeAFileToMe && $data['scheme'] == 'public') {
+    if ($itLooksLikeAFileToMe) {
       //watchdog('hpcloud', 'Giving local path for ' . $data['object']);
       return $this->getLastDitchPath($data['object']);
     }
