git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@122658 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f92ec75679
commit
97db8fde65
|
@ -146,7 +146,7 @@ public class OutputsManager {
|
||||||
storageclient.put(true).LFile(localfile).RFile(remotef);
|
storageclient.put(true).LFile(localfile).RFile(remotef);
|
||||||
String url = storageclient.getUrl().RFile(remotef);
|
String url = storageclient.getUrl().RFile(remotef);
|
||||||
if (config.getGcubeScope().startsWith("/gcube"))
|
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
|
else
|
||||||
url = "http://data.d4science.org/uri-resolver/smp?smp-uri=" + url+ "&fileName=" + localFile.getName() + "&contentType=" + mimetype;
|
url = "http://data.d4science.org/uri-resolver/smp?smp-uri=" + url+ "&fileName=" + localFile.getName() + "&contentType=" + mimetype;
|
||||||
AnalysisLogger.getLogger().info("Uploading finished - URL: " + url);
|
AnalysisLogger.getLogger().info("Uploading finished - URL: " + url);
|
||||||
|
|
Loading…
Reference in New Issue