You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a template group file using a URI (as below) is expecting a local file path and not a web address.
var templateGroupFile = new TemplateGroupFile(
templateGroupS3Uri,
Encoding.Default,
'$',
'$');
var mainTemplate = templateGroupFile.GetInstanceOf(mainTemplateName);
I store my .stg files in an AWS S3 bucket because local file storage is not always available. I thought that the URI parameter would allow remote URIs.
Could be that I'm missing something?
The text was updated successfully, but these errors were encountered:
Loading a template group file using a URI (as below) is expecting a local file path and not a web address.
I store my .stg files in an AWS S3 bucket because local file storage is not always available. I thought that the URI parameter would allow remote URIs.
Could be that I'm missing something?
The text was updated successfully, but these errors were encountered: