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
DLite storage plugins does not separate between download and parse strategies. Instead of implement this separation in DLite, use OTEAPI. In order to support this, we should change the signature of dlite_instance_load_url() and dlite_instance_save_url() to
The parser argument should be used to select storage plugin, including OTEAPI parse strategy. The scheme of the URL is used by OTEAPI to select download strategy. If the URL does not contain a scheme, "file://" is implied.
The option and fragment parts of the URL may be used to provide options and instance id (UUID) to the parser.
The text was updated successfully, but these errors were encountered:
DLite storage plugins does not separate between download and parse strategies. Instead of implement this separation in DLite, use OTEAPI. In order to support this, we should change the signature of dlite_instance_load_url() and dlite_instance_save_url() to
and
The
parser
argument should be used to select storage plugin, including OTEAPI parse strategy. The scheme of the URL is used by OTEAPI to select download strategy. If the URL does not contain a scheme, "file://" is implied.The option and fragment parts of the URL may be used to provide options and instance id (UUID) to the parser.
The text was updated successfully, but these errors were encountered: