aboutsummaryrefslogtreecommitdiff
path: root/weed/command/s3.go
AgeCommit message (Expand)AuthorFilesLines
6 daysEmbed IAM API into S3 server (#7740)Chris Lu1-0/+3
10 daysRemove default concurrent upload/download limits for best performance (#7712)Chris Lu1-1/+1
14 daysRemove deprecated allowEmptyFolder CLI optionchrislu1-3/+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-0/+6
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-10/+20
2025-09-09Message Queue: Add sql querying (#7185)Chris Lu1-1/+1
2025-08-30S3 API: Advanced IAM System (#7160)Chris Lu1-1/+16
2025-07-23change priority of admin credentials from env varaibles (#7032)Chris Lu1-4/+4
2025-07-23S3 API: simpler way to start s3 with credentials (#7030)Chris Lu1-0/+8
2025-07-07* Fix undefined http serve behaiver (#6943)zuzuviewer1-20/+14
2025-07-02Add credential storage (#6938)Chris Lu1-1/+2
2025-06-03change version directorychrislu1-4/+5
2025-05-01fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 (#6747)ARibster1-2/+5
2025-04-07Revert "[filer] void panic if s3opt.tlsCACertificate is nill" (#6694)Konstantin Lebedev1-1/+1
2025-04-07[filer] void panic if s3opt.tlsCACertificate is nill (#6685)Konstantin Lebedev1-1/+1
2025-02-13fix: s3 command ignore -tlsVerifyClientCert and -cacert.file arguments (#6547)Karol Będkowski1-2/+2
2024-08-02Fix KeyMaterial nil bug (#5848)qinguoyi1-2/+5
2024-08-01fix CVE-2016-2183 (#5844)zuzuviewer1-0/+4
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2024-07-12-metricsIp cmd flag (#5773)vadimartynov1-1/+9
2023-12-20Set allowed origins in config (#5109)jerebear121-0/+4
2023-10-13Add optional flags to enable mTLS with verification of client certificate (#4...James Hedley1-1/+27
2023-06-26Unix Socket listener for S3 server (#4621)Amir H. Yeganemehr1-2/+26
2023-06-13optional https port for s3 (#4482)Konstantin Lebedev1-7/+28
2023-06-04S3 TLS credentials Refreshing (#4506)Konstantin Lebedev1-2/+21
2023-05-16Use filerGroup for s3 buckets collection prefix (#4465)SmsS41-0/+3
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+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-5/+5
2022-09-14fix 'localFilerSocket' nil pointer (#3654)LHHDZ1-0/+1
2022-09-06avoid SIGSEGV on localFilerSocket (#3609)Konstantin Lebedev1-2/+5
2022-09-01avoid DATA RACE on S3Options.localFilerSocket (#3571)Konstantin Lebedev1-1/+1
2022-08-04filer prefer volume server in same data center (#3405)Konstantin Lebedev1-0/+3
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-9/+9
2022-05-15s3: add grpc server to accept configuration changeschrislu1-1/+22
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-19/+22
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-1/+15
2022-03-11default bind to one ip addresschrislu1-1/+5
2022-03-07s3 and filer transport using unix domain socket instead of tcpchrislu1-0/+2
2021-12-29dynamically adjust connection timeoutchrislu1-1/+1
2021-12-29s3: increase timeout limitchrislu1-1/+1
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
2021-12-17s3: bind to a specific IPchrislu1-1/+3
2021-12-10audit log SignatureVersionkmlebedev1-1/+3
2021-12-09non blocking audit logKonstantin Lebedev1-0/+1
2021-12-07audit log configKonstantin Lebedev1-1/+7
2021-12-07audit logKonstantin Lebedev1-0/+1
2021-09-26s3: default to allow empty folder for better performanceChris Lu1-1/+1
2021-09-12change server address from string to a typeChris Lu1-11/+6