confluent icon indicating copy to clipboard operation
confluent copied to clipboard

Staging

Open tkucherera-lenovo opened this issue 2 years ago • 0 comments

staging file feature

  • idea is that the client will send meta-data for the file first filename for now as a json body to the confluent-api/staging url
  • the server will then respond with a push url that follows this format: staging/<user>/<uuid>
  • using the push url the client will then post the file to server
  • the server will then associate the meta-data filename in this case with the file data posted using the push url

Note

  • the staged files are being stored in /var/lib/confluent/client_assets this can be changed of cause.

tkucherera-lenovo avatar Oct 02 '23 17:10 tkucherera-lenovo