@paolafrancesca commented on GitHub:
@bahammut there's no way without knowing the delete token
if you uploaded on transfer.sh you can try asking @stefanbenten
@reorx commented on GitHub:
It's very easy to forget to grep the file because grep is not included in the getting started command.
Would it be a good idea to show the deleted url in upload…
@paolafrancesca commented on GitHub:
@michaelscl do you think the provided solution at infra level is satisfying?
I will look into adding NO_HTTP_AUTH_FROM_WHITELIST in case
@paolafrancesca commented on GitHub:
I think YES, if the implementation is easy.
I was talking about this solution:
have you thought about hosting two instances pointing at the same…
@paolafrancesca commented on GitHub:
@michaelscl as I said my main concern was about complexity of the configuration.
I think a solution migth be to add NO_HTTP_AUTH_FROM_WHITELIST
@michaelscl commented on GitHub:
have you thought about hosting two instances pointing at the same storage, one with and one without upload authentication, and route to the second from the IPs…
@stefanbenten commented on GitHub:
Of course, i understand. That said, i do not know many go projects that do act against the recommendation, especially with regards to security patches, etc.…
@paolafrancesca commented on GitHub:
@joshspicer is this still an issue for you?
Did you add support for azure blob storage?
@michaelscl commented on GitHub:
@michaelscl do you think the provided solution at infra level is satisfying?
I think YES, if the implementation is easy.
@paolafrancesca commented on GitHub:
as far as I know github.com/Azure/azure-sdk-for-go@v59.0.0+incompatible works with 1.17
@paolafrancesca commented on GitHub:
@stefanbenten but debian LTS is buster, unitl Aug 2024 or something like that
@stefanbenten commented on GitHub:
@aspacca Debian bullseye is the latest release and its backports support 1.19. I dont think we should support anything older than 1.17 anymore, in the best case…
@reorx commented on GitHub:
You are right, there must be many scripts that relies on the output to parse the download url.
My suggestion to document is to add a -v after curl, making the…
@paolafrancesca commented on GitHub:
@reorx unluckily change the output of the command will be a breaking change that we are not willing to do
maybe we can improve te documentation in the…
@paolafrancesca commented on GitHub:
@Dan1jel , @reorx
you might want to give a look at the sample bash/zsh function on the readme https://github.com/dutchcoders/transfer.sh#bash-and-zsh-with-…