nspcc-dev / gh-push-to-neofs

GitHub action to push things into NeoFS
MIT License
7 stars 2 forks source link

Optional per-object link output #9

Open AnnaShaleva opened 11 months ago

AnnaShaleva commented 11 months ago

Is your feature request related to a problem? Please describe.

Current action output contains the common prefix for all uploaded objects which may look like https://http.t5.fs.neo.org/CdrZca2ccQRcJyCw2DzBTgDsZ32xJ889RghXdMTfER7s/3-1697553693/. However, sometimes it may be convenient to have the exact set of links to objects as an output.

Describe the solution you'd like

Add an optional output that contains enumeration of full links to all uploaded objects. One potential caveat is that action declaration can't contain optional outputs.