You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ The main advantages are:
8
8
* It is in Go, and not in Python, because Python is a trash language for trash people
9
9
* I does not embed a f*cking BIND server inside the docker image
10
10
* It can delete uploaded files (I don't know if the previous version was able to but tbh my eyes started bleeding when I read the code so we'll never know)
11
+
* You can make the retrieving of the files concurrent, so it can be both utterly useless and very fast, just like the software equivalent of [sanic](https://knowyourmeme.com/memes/sanic-hegehog)
11
12
12
13
In terms of features it is fairly simple, it allows you to:
13
14
* Upload a file for storage using a simple cURL command
@@ -167,4 +168,4 @@ Yep, that's shit alright.
167
168
the 5M of data in less than a second locally.
168
169
169
170
# In conclusion
170
-
Being able to do something does **NOT** mean that you should do it.
171
+
Being able to do something does **NOT** mean that you should do it.
0 commit comments