Support metadata path /lro_draft (no offering key suffix) and give that path precedence.
/lro_draft_* paths still checked as fallback to maintain backwards compatibility.
For upcoming ingest API update I would like to switch to always using /lro_draft to store draft info, regardless of what the offering key is.
(For all current use cases, mezzanines only have one offering ingest active at any one time, and the offering key is stored within the reference)
e.g.:
Tested locally for backwards compatibility with release version of elv-client-js. Continues to show progress / status for ingests that use the present lro_draft_OFFERING_KEY convention
Support metadata path
/lro_draft
(no offering key suffix) and give that path precedence./lro_draft_*
paths still checked as fallback to maintain backwards compatibility.For upcoming ingest API update I would like to switch to always using
/lro_draft
to store draft info, regardless of what the offering key is.(For all current use cases, mezzanines only have one offering ingest active at any one time, and the offering key is stored within the reference) e.g.:
Tested locally for backwards compatibility with release version of elv-client-js. Continues to show progress / status for ingests that use the present
lro_draft_OFFERING_KEY
convention