Enable the disabling of hash generation in URL synchronization

This commit is contained in:
Alexander Bock
2018-05-01 14:30:18 -04:00
parent a881eef156
commit d6571a131d
2 changed files with 44 additions and 3 deletions

View File

@@ -40,3 +40,11 @@ asset.syncedResource({
Type = "UrlSynchronization",
Url = "http://ipv4.download.thinkbroadband.com/5MB.zip"
})
asset.syncedResource({
Name = "Example No Hash",
Type = "UrlSynchronization",
Identifier = "no_hash",
Url = "http://wms.itn.liu.se/Mercury/Messenger_Mosaic/Messenger_Mosaic.wms",
UseHash = false
})