From 2fef84aeabe1c998828c35ba5ce7535e6f4ab4ed Mon Sep 17 00:00:00 2001 From: Witoslaw Koczewski Date: Mon, 13 Apr 2015 10:26:20 +0200 Subject: [PATCH] organizanto storage --- .../integration/organizanto/OrganizantoStorage.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/ilarkesto/integration/organizanto/OrganizantoStorage.java b/src/main/java/ilarkesto/integration/organizanto/OrganizantoStorage.java index cea019074..f6f09ab66 100644 --- a/src/main/java/ilarkesto/integration/organizanto/OrganizantoStorage.java +++ b/src/main/java/ilarkesto/integration/organizanto/OrganizantoStorage.java @@ -1,14 +1,14 @@ /* * Copyright 2011 Witoslaw Koczewsi - * + * * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero * General Public License as published by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public * License for more details. - * + * * You should have received a copy of the GNU Affero General Public License along with this program. If not, * see . */ @@ -63,7 +63,7 @@ public void getFile(String key, File destinationFile) { } private MapBuilder createParams() { - MapBuilder params = new MapBuilder(); + MapBuilder params = new MapBuilder(true); params.put("volume", volume); params.put("accessKey", accessKey); return params;