@paolafrancesca commented on GitHub:
You have to pack the folder before uploading
https://transfer.sh/ has multiple examples of different way to upload content
@paolafrancesca commented on GitHub:
I forgot: you can achieve the same goal with https://github.com/dutchcoders/transfer.sh#encrypt--upload
@fnpanic commented on GitHub:
Yes it does but if you download it form a windows box it is not very easy to decrypt it on the fly. That is why i think your patch is a great fit here.
@fnpanic commented on GitHub:
@aspacca Thanks for your feedback! That is exactly what i was thinking about. The downsides are clear but it is really a good solution for encryption at rest.…
@paolafrancesca commented on GitHub:
@fnpanic revamped it
but I can see this: https://github.com/golang/go/issues/44226
@stefanbenten what do you think?
@stefanbenten commented on GitHub:
Yeah, seems like we need to add no-cache directives to the actual content being served.
Additionally, the purging does only delete the files after the set…
@paolafrancesca commented on GitHub:
hello @fnpanic , max-donwloads header doesn't delete the file, but rather just block the access to it
to delete a file you have two options:
DELETE…
@stefanbenten commented on GitHub:
To me its more of the question whats the point in keeping the file on the service/server if it can not be downloaded anymore. Either its missing a feature of…
@paolafrancesca commented on GitHub:
Additionally, the purging does only delete the files after the set retention time, not if the
max-downloadshas been reached
yes, but indeed I'm quite…
@paolafrancesca commented on GitHub:
To me its more of the question whats the point in keeping the file on the service/server if it can not be downloaded anymore. Either its missing a feature of…
@paolafrancesca commented on GitHub:
to summarise I see to different scenarios:
- the person who runs the service has purging enabled: in the end the files that "expired" due to max number of…
@stefanbenten commented on GitHub:
I agree, the header should fix this scenario!