Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

support upload to /files endpoint #866

Closed jdries closed 1 day ago

jdries commented 2 weeks ago

For upload of small, temporary, auxiliary data, we should support: https://api.openeo.org/#tag/File-Storage/operation/upload-file And then allow its use for reading of catboost models.

It should only work on deployments with object storage available. Just write file to a user specific directory.

Next steps is automatic cleanup and/or credit based accounting.

JeroenVerstraelen commented 2 weeks ago

Can be done via S3 proxy with OIDC support by @pvbouwel.

jdries commented 1 day ago

closing this one, we have an alternative