RemoteUpload
Remote bundle URL configuration
Configuration for importing a bundle from a remote location. The URL must be accessible from the installer.
JSON Example
{
"url": "https://example.com/resources/bundle.tar"
}
string
As ^https?://.+
url
Required
HTTP(S) URL pointing to a valid bundle file. The URL must be accessible without authentication.