@vaughnhart commented on GitHub:
sudo pmset -a destroyfvkeyonstandby 1 sudo pmset -a hibernatemode 25 sudo pmset -a powernap 0 sudo pmset -a standby 0 sudo pmset -a standbydelay 0 sudo pmset…
@paolafrancesca commented on GitHub:
I don't know about the reason, since the choice was made before I joined the project: it could be something "big enough" to be like not set. for me if…
@paolafrancesca commented on GitHub:
will fix, thanks
@paolafrancesca commented on GitHub:
I'd rather add HTTP pipelining to PUT, please, can you make some tests on your side for this?
@JustAnotherArchivist commented on GitHub:
I finally got around to testing this. In our setup, transfer.sh is behind nginx. At least in this case, multiple PUT requests over one connection work…
@JustAnotherArchivist commented on GitHub:
For future reference, this has since been implemented via #419 and #435.
@paolafrancesca commented on GitHub:
@grinapo fixed in #245
@paolafrancesca commented on GitHub:
will check this
@paolafrancesca commented on GitHub:
deduplication can be easily achieved only for the ones in the same multi files upload, I don't really see it as a priority given the low value it will…
@computeralex92 commented on GitHub:
The issue is related to the switch from Version 2 of the signature to Version 4 happen step by step from AWS. Every newer region (e.g. eu-central-1 or…
@paolafrancesca commented on GitHub:
@computeralex92 can you point to some documentation about the topic? the S3 storage backend was done by @nl5887 and I never worked on it (neither I have the…
@paolafrancesca commented on GitHub:
I see @computeralex92. as I said I don't use S3 and I didn't developed that part. I think the whole code has to be moved to use official AWS SDK, unlikely I…
@GaryGapinski commented on GitHub:
Also, ditch all finite field Diffie-Hellman algorithms (diffie-hellman-*) since they are unnecessary and no one bothers to recompute /etc/ssh/moduli. Ignore…
@paolafrancesca commented on GitHub:
is this a feature request?
there's a stale branch about gpg crypting: https://github.com/dutchcoders/transfer.sh/pull/162
you still have to trust the…