aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
AgeCommit message (Expand)AuthorFilesLines
6 daysEmbed IAM API into S3 server (#7740)Chris Lu1-0/+1
10 daysfmtchrislu1-33/+33
10 daysRemove default concurrent upload/download limits for best performance (#7712)Chris Lu1-2/+2
13 daysfix: initialize missing S3 options in filer to prevent nil pointer dereferenc...Chris Lu1-0/+7
14 daysRemove deprecated allowEmptyFolder CLI optionchrislu1-1/+1
2025-12-04fix: S3 downloads failing after idle timeout (#7626)Chris Lu1-1/+1
2025-11-26Filer, S3: Feature/add concurrent file upload limit (#7554)Chris Lu1-51/+56
2025-08-11 fix sftp start with filer (#7120)Chris Lu1-2/+7
2025-07-07* Fix undefined http serve behaiver (#6943)zuzuviewer1-12/+14
2025-06-03change version directorychrislu1-2/+3
2025-05-05Add SFTP Server Support (#6753)Mohamed Sekour1-0/+27
2025-05-05Addendum to issue #6733 (#6756)ARibster1-1/+4
2025-05-01fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 (#6747)ARibster1-0/+1
2025-04-07Revert "[filer] void panic if s3opt.tlsCACertificate is nill" (#6694)Konstantin Lebedev1-1/+0
2025-04-07[filer] void panic if s3opt.tlsCACertificate is nill (#6685)Konstantin Lebedev1-0/+1
2025-03-24feat/fix: add s3.cacert.file/tlsVerifyClientCert to filer command (#6659)Karol Będkowski1-0/+2
2025-03-17Allow standalone webdav server to bind specific address (#6403)Weihao Jiang1-0/+1
2024-08-02Fix KeyMaterial nil bug (#5849)qinguoyi1-0/+3
2024-07-27[filer] fix panic filer on webdav.maxMB (#5822)Konstantin Lebedev1-0/+1
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-07-12-metricsIp cmd flag (#5773)vadimartynov1-1/+11
2024-07-11Added tls for http handlers (#5764)vadimartynov1-11/+70
2024-06-30using fixed bootstrap from peer filer3.69chrislu1-3/+0
2024-06-10Fix Filer Sync Issue: 5455 (#5663)MeenakshiSachdeva1-0/+3
2024-02-27Disable filer UI in configuration (#5297)jerebear121-0/+2
2024-01-02avoid nilchrislu1-0/+1
2023-12-20Set allowed origins in config (#5109)jerebear121-0/+6
2023-11-01Pass correct Filer's gRPC port to S3 server. (#4972)tired-engineer1-1/+1
2023-08-24Implement SRV lookups for filer (#4767)Nico D'Cotta1-3/+3
2023-06-26Unix Socket listener for S3 server (#4621)Amir H. Yeganemehr1-0/+1
2023-06-13optional https port for s3 (#4482)Konstantin Lebedev1-0/+1
2023-02-25add -disk to filer command (#4247)lfhy1-0/+8
2023-01-08add missing options for webdavchrislu1-0/+1
2022-11-24[metrics] Add the ability to control bind ip (#4012)Jiffs Maverick1-1/+1
2022-09-14refactor(various): `Listner` -> `Listener` readability improvements (#3672)Ryan Russell1-3/+3
2022-09-14refactor(socket mount): Update socket mount pattern to `/tmp/seaweedf… (#3662)Ryan Russell1-1/+1
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev1-6/+7
2022-08-30avoid data race access to startDelay (#3548)Konstantin Lebedev1-9/+9
2022-08-05Add download speed limit support (#3408)LHHDZ1-0/+3
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+4
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-8/+8
2022-06-27Improve filer command help, add supported filer store listyulai.li1-5/+21
2022-06-15Change ui.deleteDir default to trueyulai.li1-1/+1
2022-06-15Add filer command line parameter to let Filer UI show/hide directory delete b...yulai.li1-0/+3
2022-06-08auto remove previous leftover socketchrislu1-3/+3
2022-06-08filer: fix customizable local socket file namechrislu1-2/+0
2022-05-15s3: add grpc server to accept configuration changeschrislu1-0/+1
2022-05-01filer: add filer groupchrislu1-0/+3
2022-04-18start filer local socket only on non windowschrislu1-15/+17
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-0/+1