Anis Eleuch
68dde2359f
log: Add logger.Event to send to console and other logger targets ( #19060 )
...
Add a new function logger.Event() to send the log to Console and
http/kafka log webhooks. This will include some internal events such as
disk healing and rebalance/decommissioning
2024-02-15 15:13:30 -08:00
Harshavardhana
dd2542e96c
add codespell action ( #18818 )
...
Original work here, #18474 , refixed and updated.
2024-01-17 23:03:17 -08:00
Anis Eleuch
2e23e61a45
Add support of conf file to pass arguments and options ( #18592 )
2023-12-07 01:33:56 -08:00
Sveinn
15137d0327
refactor SFTP to use the new minio/pkg implementation ( #18406 )
2023-11-08 09:47:05 -08:00
Harshavardhana
08b3a466e8
fix: allow concurrent SFTP connections ( #18013 )
...
current implementation did not fully implement
the concurrent SFTP connection implementation,
this PR properly handles this.
fixes #17914
2023-09-12 12:41:52 -07:00
Shireesh Anjal
fc6d873758
Use os.ReadFile instead of ioutil.ReadFile ( #17649 )
...
ioutil.ReadFile is deprecated and also doesn't work with certain kinds
of symlinks.
2023-07-13 09:07:10 -07:00
Harshavardhana
7f782983ca
fix: for FTP server driver allow implicit trust of TLS ( #17541 )
...
fixes #17535
2023-06-30 08:04:13 -07:00
Harshavardhana
5317a0b755
fix: support LDAP settings properly in ftp/sftp ( #17536 )
...
Bonus this PR enhances and supports creating
buckets via ftp `mkdir`
fixes #17526
2023-06-28 13:15:21 -07:00
Harshavardhana
dd9ed85e22
implement support for FTP/SFTP server ( #16952 )
2023-04-15 07:34:02 -07:00