Nick Craig-Wood
Nick Craig-Wood
When uploading multipart files `serve s3` holds all the parts in memory. This is a documented limitaton of the library rclone uses for serving S3. #### How to use GitHub...
I noticed when I upgraded the dependencies for rclone that the sftp server tests have started deadlocking. I used git bisect to narrow this down to this commit d1903fbd460e9a8105bae72fcdf492a4999b4cee This...
Some servers seem to send multiple spaces at the end of an MLST response. MLST Workspace 250-Listing Workspace size=0;type=dir;perm=rwx;modify=20250218125218; /Workspace 250 End Before this change this would cause the GetEntry...
### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...
At the moment we don't have an active maintainer for the Proton Drive backend and @henrybear327 's hard work. As a result: - There's a backlog of Proton Drive issues...
The !cgo variant for Windows is very useful for cross compilation. I came across this Library recently https://github.com/ebitengine/purego/ Which would enable !cgo for the other architectures if you wanted to...