@brodjieski commented on GitHub:
I feel that the direction we should go is to have generate_guidance.py rely on the information contained within the provided baseline.yaml file. The baseline.yam…
@toastie89 commented on GitHub:
@aspacca, thanks for the workaround!
Having one container with HTTP_AUTH_USER and another with IP_WHITELIST pointing both to the same storage works fine.
@paolafrancesca commented on GitHub:
@michaelscl I see some value indeed, while I'm not sure about the extra complexity in configuration
just an idea at infra level: have you thought about…
@toastie89 commented on GitHub:
@aspacca nice idea, I will give it a try
@michaelscl commented on GitHub:
@aspacca Yes, this is a partial solution for me. For the convenience of uploading from our lan, I didn't want to use HTTP_AUTH at all. I use the program through…
@paolafrancesca 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…
@paolafrancesca commented on GitHub:
@joshspicer we support building from 1.15 till 1.18: https://github.com/dutchcoders/transfer.sh/blob/main/.github/workflows/test.yml#L16-L19
the releases…
@joshspicer commented on GitHub:
FWIW the official stance from the golang team is to support two major versions back from the latest (so 1.17, 1.18, and 1.19…
@paolafrancesca commented on GitHub:
Usually its good to require the latest + the previous two minor versions (ie 1.19, 1.18, 1.17)
in order to clarify: my goal is to give users the…
@stefanbenten commented on GitHub:
Usually its good to require the latest + the previous two minor versions (ie 1.19, 1.18, 1.17) and thus setting the minimum to 1.17 would be a good intermediate…
@bahammut commented on GitHub:
and if we upload without run this grep part, how to delete the file without this specific header value !?
@paolafrancesca commented on GitHub:
to shorten the discussion: @joshspicer you should be able to pin to a non-latest version of the azure sdk and still use azure blob storage
is it ok for you?
@toastie89 commented on GitHub:
Hi, the procedure described below works for me: https://github.com/dutchcoders/transfer.sh#x-url-delete https://github.com/dutchcoders/transfer.sh#deleting
Whe…
@stefanbenten commented on GitHub:
You can always reach out via the contact-us form on the website and we'll be happy to help with getting files deleted, if proven ownership of the file exists 👍