1
0
mirror of https://github.com/minio/minio.git synced 2025-01-16 01:03:15 -05:00

10 Commits

Author SHA1 Message Date
Poorna
31e8f7c525
Small reformatting of startup message ()
Also changing User-Agent format
2024-03-08 19:07:08 -08:00
Anis Eleuch
68dde2359f
log: Add logger.Event to send to console and other logger targets ()
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 ()
Original work here, ,  refixed and updated.
2024-01-17 23:03:17 -08:00
Anis Eleuch
2e23e61a45
Add support of conf file to pass arguments and options () 2023-12-07 01:33:56 -08:00
Sveinn
15137d0327
refactor SFTP to use the new minio/pkg implementation () 2023-11-08 09:47:05 -08:00
Harshavardhana
08b3a466e8
fix: allow concurrent SFTP connections ()
current implementation did not fully implement
the concurrent SFTP connection implementation,
this PR properly handles this.

fixes 
2023-09-12 12:41:52 -07:00
Shireesh Anjal
fc6d873758
Use os.ReadFile instead of ioutil.ReadFile ()
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 ()
fixes 
2023-06-30 08:04:13 -07:00
Harshavardhana
5317a0b755
fix: support LDAP settings properly in ftp/sftp ()
Bonus this PR enhances and supports creating
buckets via ftp `mkdir`

fixes 
2023-06-28 13:15:21 -07:00
Harshavardhana
dd9ed85e22
implement support for FTP/SFTP server () 2023-04-15 07:34:02 -07:00