openeo-python-client icon indicating copy to clipboard operation
openeo-python-client copied to clipboard

load_stac_from_job: add option to require or avoid the canonical link

Open soxofaan opened this issue 4 months ago • 0 comments

Connection.load_stac_from_job currently uses the canonical (signed URL) link automatically if it can find it and falls back on the standard (non-signed) job result URL.

I think it makes sense to add an option (or options) to require and/or avoid canonical links, e.g. to fail fast at client side when the canonical link can not be found while the backend would require it

soxofaan avatar Sep 26 '24 16:09 soxofaan