This commit is contained in:
Gianpaolo Coro 2016-01-29 15:59:11 +00:00
parent f92ec75679
commit 97db8fde65
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class OutputsManager {
storageclient.put(true).LFile(localfile).RFile(remotef);
String url = storageclient.getUrl().RFile(remotef);
if (config.getGcubeScope().startsWith("/gcube"))
url = "http://dev.d4science.org/uri-resolver/smp?smp-uri=" + url + "&fileName=" + localFile.getName() + "&contentType=" + mimetype;
url = "http://data-d.d4science.org/uri-resolver/smp?smp-uri=" + url + "&fileName=" + localFile.getName() + "&contentType=" + mimetype;
else
url = "http://data.d4science.org/uri-resolver/smp?smp-uri=" + url+ "&fileName=" + localFile.getName() + "&contentType=" + mimetype;
AnalysisLogger.getLogger().info("Uploading finished - URL: " + url);