ivoa-std / VOSpace

Virtual Observatory User Storage
Creative Commons Attribution Share Alike 4.0 International
3 stars 4 forks source link

add "files" endpoint for simple stable URL to data node #26

Open pdowler opened 5 months ago

pdowler commented 5 months ago

a simple endopoint: /files/path/to/datanode

would perform authorisation checks and deliver the stored bytes, possibly using an HTTP redirect to a URL that can deliver the data

endpoint is specified as read-only (HEAD and GET only)