Jan S
|
68c5c0b834
|
Use POSIX statvfs, since statfs is not designed to be portable (#1495)
|
2026-01-14 16:03:32 +08:00 |
|
houseme
|
27480f7625
|
Refactor Event Admin Handlers and Parallelize Target Status Probes (#1501)
|
2026-01-14 14:18:02 +08:00 |
|
houseme
|
f795299d53
|
Optimization and collation of dependencies introduction processing (#1493)
|
2026-01-13 15:02:54 +08:00 |
|
yxrxy
|
29d86036b1
|
feat: implement bucket quota system (#1461)
Signed-off-by: yxrxy <1532529704@qq.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-12 11:42:07 +08:00 |
|
houseme
|
760cb1d734
|
Fix Windows Path Separator Handling in rustfs_utils (#1464)
Co-authored-by: reatang <tangtang1251@qq.com>
|
2026-01-11 19:53:51 +08:00 |
|
houseme
|
6b2eebee1d
|
fix: Remove secret and signature from the log (#1466)
|
2026-01-11 17:45:16 +08:00 |
|
loverustfs
|
703d961168
|
fix: honor bucket policy for authenticated users (#1460)
Co-authored-by: GatewayJ <835269233@qq.com>
|
2026-01-10 20:01:28 +08:00 |
|
houseme
|
04f441361e
|
replace winapi to windows crate (#1455)
|
2026-01-10 02:15:08 +08:00 |
|
houseme
|
a95e549430
|
Fix/fix improve for audit (#1418)
|
2026-01-07 18:05:52 +08:00 |
|
weisd
|
00f3275603
|
rm online check (#1416)
|
2026-01-07 13:42:03 +08:00 |
|
weisd
|
359c9d2d26
|
Enhance Object Version Management and Replication Status Handling (#1413)
|
2026-01-07 10:44:35 +08:00 |
|
weisd
|
3ce99939a3
|
fix: improve memory ordering for disk health tracker (#1412)
|
2026-01-06 23:59:08 +08:00 |
|
GatewayJ
|
356dc7e0c2
|
feat: Add permission verification for account creation (#1401)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-06 21:47:18 +08:00 |
|
Jan S
|
5f19eef945
|
fix: OpenBSD does not support TCPKeepalive intervals (#1382)
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-06 00:41:39 +08:00 |
|
houseme
|
40ad2a6ea9
|
Remove unused crates (#1394)
|
2026-01-05 23:18:08 +08:00 |
|
安正超
|
e7a3129be4
|
feat: s3 tests classification (#1392)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-05 22:24:35 +08:00 |
|
weisd
|
b142563127
|
fix rpc client (#1393)
|
2026-01-05 21:52:04 +08:00 |
|
weisd
|
5660208e89
|
Refactor RPC Authentication System for Improved Maintainability (#1391)
|
2026-01-05 19:51:51 +08:00 |
|
安正超
|
60103f0f72
|
fix: s3 api compatibility (#1370)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-05 16:54:16 +08:00 |
|
weisd
|
ab752458ce
|
Fix Path Traversal and Enhance Object Validation (#1387)
|
2026-01-05 15:57:15 +08:00 |
|
dependabot[bot]
|
1d6c8750e7
|
build(deps): bump the dependencies group with 2 updates (#1383)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-05 15:33:57 +08:00 |
|
LeonWang0735
|
f86761fae9
|
fix:allow NotResource-only policies in statement validation (#1364)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-05 13:07:42 +08:00 |
|
Dominik Gašparić
|
8009ad5692
|
Fix event object structure according to AWS rules (#1379)
Signed-off-by: Dominik Gašparić <56818232+codedoga@users.noreply.github.com>
|
2026-01-05 01:51:14 +08:00 |
|
GatewayJ
|
f5f6ea4a5c
|
feat:policy Resources support string and array modes. (#1346)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-04 19:21:37 +08:00 |
|
yxrxy
|
38c2d74d36
|
fix: fix FTPS/SFTP download issues and optimize S3Client caching (#1353)
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-04 17:28:18 +08:00 |
|
yxrxy
|
ffbcd3852f
|
fix: fix bucket policy principal parsing to support * and {AWS: *} fo… (#1354)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2026-01-04 15:53:10 +08:00 |
|
houseme
|
75b144b7d4
|
Fixing URL output format in IPv6 environments #1343 and Incorrect time in UI #1350 (#1363)
|
2026-01-04 14:56:54 +08:00 |
|
Jan S
|
d06397cf4a
|
fix: try casting available blocks to a u64 on FreeBSD and OpenBSD (#1360)
Co-authored-by: houseme <housemecn@gmail.com>
|
2026-01-04 11:06:14 +08:00 |
|
yxrxy
|
cf53a9d84a
|
chore: replace native-tls with pure rustls for FTPS/SFTP e2e tests (#1334)
Signed-off-by: yxrxy <1532529704@qq.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-02 11:08:28 +08:00 |
|
houseme
|
8d7cd4cb1b
|
chore: upgrade dependencies and migrate to aws-lc-rs (#1333)
|
2026-01-02 00:02:34 +08:00 |
|
安正超
|
61b3100260
|
fix: s3 list object versions next marker (#1328)
|
2026-01-01 23:26:32 +08:00 |
|
0xdx2
|
b19e8070a2
|
fix(tagging): fix e2e test_object_tagging failure (#1327)
|
2026-01-01 17:38:37 +08:00 |
|
yxrxy
|
b8aa8214e2
|
Feat/ftps&sftp (#1308)
[feat] ftp / sftp
|
2025-12-31 09:01:15 +08:00 |
|
yxrxy
|
3c14947878
|
fix(iam): preserve decrypt-failed credentials instead of deleting them (#1312)
Signed-off-by: loverustfs <github@rustfs.com>
Co-authored-by: loverustfs <github@rustfs.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-30 22:41:10 +08:00 |
|
houseme
|
2924b4e463
|
Restore globals and add unified TLS/mTLS loading from RUSTFS_TLS_PATH (#1309)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
|
2025-12-30 21:55:43 +08:00 |
|
houseme
|
eb33e82b56
|
fix: Prevent panic in GetMetrics gRPC handler on invalid input (#1291)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
|
2025-12-29 03:10:23 +08:00 |
|
loverustfs
|
e3a0a07495
|
fix: ensure version_id is returned in S3 response headers (#1272)
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
|
2025-12-28 09:41:32 +08:00 |
|
0xdx2
|
136db7e0c9
|
feat: add function to extract user-defined metadata keys and integrat… (#1281)
Signed-off-by: 0xdx2 <xuedamon2@gmail.com>
Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
|
2025-12-27 22:18:16 +08:00 |
|
houseme
|
82a6e78845
|
Inject GlobalReadiness into HTTP server pipeline and gate traffic until FullReady (#1255)
|
2025-12-25 00:19:03 +08:00 |
|
houseme
|
7e75c9b1f5
|
remove unlinked file (#1258)
|
2025-12-24 23:37:43 +08:00 |
|
Andrea Manzi
|
65d32e693f
|
add ca-certificates in mcp-server Dockerfile (#1248)
Signed-off-by: Andrea Manzi <andrea.manzi@gmail.com>
|
2025-12-24 08:36:14 +08:00 |
|
唐小鸭
|
add6453aea
|
feat: add seek support for small objects in rustfs (#1231)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-23 20:27:34 +08:00 |
|
yxrxy
|
4418c882ad
|
Revert "fix(iam): store previous credentials in .rustfs.sys bucket to… (#1238)
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-23 19:37:39 +08:00 |
|
loverustfs
|
af5c0b13ef
|
fix: HeadObject returns 404 for deleted objects with versioning enabled (#1229)
Co-authored-by: houseme <housemecn@gmail.com>
|
2025-12-22 20:43:00 +08:00 |
|
weisd
|
80cfb4feab
|
Add Disk Timeout and Health Check Functionality (#1196)
Signed-off-by: weisd <im@weisd.in>
Co-authored-by: loverustfs <hello@rustfs.com>
|
2025-12-22 17:15:19 +08:00 |
|
houseme
|
08f1a31f3f
|
Fix notification event stream cleanup, add bounded send concurrency, and reduce overhead (#1224)
|
2025-12-22 00:57:05 +08:00 |
|
loverustfs
|
f3a1431fa5
|
fix: resolve TLS handshake failure in inter-node communication (#1201) (#1222)
Co-authored-by: houseme <housemecn@gmail.com>
|
2025-12-21 16:11:55 +08:00 |
|
yxrxy
|
3bd96bcf10
|
fix: resolve event target deletion issue (#1219)
|
2025-12-21 12:43:48 +08:00 |
|
GatewayJ
|
cc31e88c91
|
fix: expiration time (#1215)
|
2025-12-20 20:25:52 +08:00 |
|
yxrxy
|
b5535083de
|
fix(iam): store previous credentials in .rustfs.sys bucket to preserv… (#1213)
|
2025-12-20 19:15:49 +08:00 |
|