simple-single-share is a utility for sharing data exactly once, simply
Example .simple-single-share.yml
uploads:
api_key: 8OM3gRHVu1ogm1k4nE2IUKK4PhHa9gTv
simple-single-share server
will listen on port 8080
The client isn't written yet so you will need to upload with curl
curl -XPOST --header "Content-Type: text/plain" --header "API-Key: 8OM3gRHVu1ogm1k4nE2IUKK4PhHa9gTv" --data "Hello World" http://localhost:8080/share
This will return a uuid, which can then be retrieved at http://localhost:8080/share/:uuid
One the data is retrieved it is deleted from the server's memory.
No, that would make this complex-single-share instead of simple-single-share
No, that would make this complex-single-share instead of simple-single-share
No, that would make this complex-single-share instead of simple-single-share
No, that would make this simple-many-share instead of simple-single-share
yeah sure
probably
put a reverse proxy in front of it