aboutsummaryrefslogtreecommitdiff
path: root/lib/App/Glacier.pm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-12-17 07:09:14 +0000
committerSergey Poznyakoff <gray@gnu.org>2018-12-17 10:12:51 +0200
commitf0117788b84fc2b941a93de6992658e3706053f3 (patch)
treefe1ea588b490bef0549a1f18e38ddb735434642e /lib/App/Glacier.pm
parent664a7f3edbd3c4370526eb91013a70f89db8dd22 (diff)
downloadglacier-f0117788b84fc2b941a93de6992658e3706053f3.tar.gz
glacier-f0117788b84fc2b941a93de6992658e3706053f3.tar.bz2
Optionally take credentials from the instance store
* lib/App/Glacier.pm: Version 2.00.90 * lib/App/Glacier/Bre.pm: Try to get region and credentials from the instance store, if not explicitly supplied. * lib/App/Glacier/Signature.pm: New file. * lib/App/Glacier/Command.pm: Don't bail out if the default configuration file does not exist. However, explicitly supplied (via the --config option or GLACIER_CONF envvar) file must exist. * lib/App/Glacier/DB/GDBM.pm: Fix creation of missing directories. * lib/App/Glacier/Job/InventoryRetrieval.pm: Bugfixes.
Diffstat (limited to 'lib/App/Glacier.pm')
-rw-r--r--lib/App/Glacier.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Glacier.pm b/lib/App/Glacier.pm
index e8c6cf9..fea94d5 100644
--- a/lib/App/Glacier.pm
+++ b/lib/App/Glacier.pm
@@ -8,7 +8,7 @@ use App::Glacier::Command;
use File::Basename;
use Carp;
-our $VERSION = '2.00';
+our $VERSION = '2.00.90';
my %comtab = (

Return to:

Send suggestions and report system problems to the System administrator.