lbs-util now supports reading encrypted segments (with lbs-filter-gpg).
[cumulus.git] / LBS.pm
diff --git a/LBS.pm b/LBS.pm
index 9300c3f..372a673 100644 (file)
--- a/LBS.pm
+++ b/LBS.pm
@@ -124,8 +124,8 @@ automatically validate any object checksums.
 
         print STDERR "### Tempdir is $self->{TMPDIR}\n";
 
-        $self->{EXTENSION} = ".bz2";
-        $self->{FILTER} = "bzip2 -dc";
+        $self->{EXTENSION} = ".gpg";
+        $self->{FILTER} = "lbs-filter-gpg --decrypt";
 
         $self->{CACHED} = [ ];