public idp volumes
- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
there is a discord server with an @everyone
in case of future important updates, such as vulnerabilities (most recently 2023-07-23)
new features
-
global-option
--iobuf
to set a custom I/O buffersize 2b24c50- changes the default buffersize to 256 KiB everywhere (was a mix of 64 and 512)
- may improve performance of networked volumes (s3 etc.) if increased
- on gbit networks: download-as-tar is now up to 20% faster
- slightly faster FTP and TFTP too
-
global-option
--s-rd-sz
to set a custom read-size for sockets c6acd3a- changes the default from 32 to 256 KiB
- may improve performance of networked volumes (s3 etc.) if increased
- on 10gbit networks: uploading large files is now up to 17% faster
-
add url parameter
?replace
to overwrite any existing files with a multipart-post c6acd3a
bugfixes
- #79 idp volumes (introduced in v1.11.0) would only accept permissions for the user that owned the volume; was impossible to grant read/write-access to other users d30ae84
other changes
- mention the lack of persistence for idp volumes in the IdP docs 2f20d29