Context
For secure asset hrefs returned by openEO API, we currently use presigned urls, which allows exchanging STAC metadata and the data it points to between systems.
For the ZARR format, this does not work, because ZARR is a directory rather than a file, and presigned urls point to files rather than directories.
Request
Can a (secured) API that returns STAC metadata, include a (temporarily valid) token in the metadata, via this extension?
More specifically:
- a bearer token for schemes with type 'http'
- temporary object storage crecentials , for 's3' scheme
Context
For secure asset hrefs returned by openEO API, we currently use presigned urls, which allows exchanging STAC metadata and the data it points to between systems.
For the ZARR format, this does not work, because ZARR is a directory rather than a file, and presigned urls point to files rather than directories.
Request
Can a (secured) API that returns STAC metadata, include a (temporarily valid) token in the metadata, via this extension?
More specifically: