issues
search
zyntrixio
/
kiroshi
Monitors the Monitoring
0
stars
0
forks
source link
Rewrite Storage System
#15
Closed
cpressland
closed
1 year ago
cpressland
commented
1 year ago
Completely reimplements the 'sftp' commands into a new 'storage' command set.
Per provider sftp hacks can now be loaded that implement any required additional functionality a provider may require.
Drops support for NFS volumes, preferring to use the azure blob storage library directly.
Dropped
csv
in favour of
readlines()
for added speed.
Significantly reduced number of connections to Wasabi's SFTP, hopefully for added stability.
csv
in favour ofreadlines()
for added speed.