houseme
0b3dfaa587
add feature for hyper-util
2026-01-16 17:19:52 +08:00
houseme
2fd57696de
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
2026-01-16 11:46:30 +08:00
LeonWang0735
ed4329d50c
fix:correctly handle copy object ( #1512 )
...
Co-authored-by: loverustfs <hello@rustfs.com >
1.0.0-alpha.80
2026-01-16 10:07:48 +08:00
LeonWang0735
18b22eedd9
Fix:correctly handle versioning obj ( #1521 )
2026-01-16 08:12:05 +08:00
GatewayJ
55e4cdec5d
feat: add Cors ( #1496 )
...
Signed-off-by: GatewayJ <835269233@qq.com >
Co-authored-by: loverustfs <hello@rustfs.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-01-15 20:03:26 +08:00
houseme
bcc2831384
fmt and remove unused crates
2026-01-15 19:05:51 +08:00
houseme
e3ff5c073c
upgrade s3s from 0.13.0-alpha.1 to 0.13.0-alpha.2 ( #1518 )
2026-01-15 18:23:36 +08:00
GatewayJ
bc0f5292f3
fix: standart policy format ( #1508 )
2026-01-15 18:23:36 +08:00
majinghe
5d617a0998
fix: change health check statement to fix unhealthy issue for docker … ( #1515 )
2026-01-15 18:23:36 +08:00
houseme
dceb7aac8a
upgrade s3s from 0.13.0-alpha.1 to 0.13.0-alpha.2 ( #1518 )
2026-01-15 17:18:54 +08:00
GatewayJ
e3a7eb2d3d
fix: standart policy format ( #1508 )
2026-01-15 15:33:22 +08:00
houseme
b8a578c6cf
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
...
# Conflicts:
# Cargo.lock
2026-01-15 12:07:55 +08:00
majinghe
1e683f12ef
fix: change health check statement to fix unhealthy issue for docker … ( #1515 )
2026-01-15 11:29:45 +08:00
houseme
6a63fba5c2
chore(deps): bump crc-fast, chrono, aws-smithy-types, ssh-key ( #1513 )
2026-01-15 10:51:14 +08:00
houseme
5c4ade2a20
fix
2026-01-15 09:08:06 +08:00
houseme
27293622eb
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
...
# Conflicts:
# Cargo.lock
2026-01-15 09:07:56 +08:00
houseme
df502f2ac6
chore(deps): bump multiple dependencies ( #1510 )
2026-01-15 00:57:04 +08:00
houseme
6f83f00bed
fix
2026-01-14 23:41:58 +08:00
houseme
f6ffde0ec0
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
2026-01-14 23:35:12 +08:00
houseme
b10cecb724
fmt
2026-01-14 23:34:52 +08:00
houseme
e6a91fab05
feat(trusted-proxies): optimize core architecture and localize documentation
...
- **Zero-Trust Security**: Implemented multi-mode proxy validation (Strict, Lenient, Hop-by-Hop) to ensure client IP integrity.
- **High Performance**: Integrated `moka` for asynchronous, thread-safe caching of IP validation results.
- **Cloud Native**: Enhanced automatic metadata discovery and IP range fetching for AWS, Azure, and GCP.
- **Observability**: Added Prometheus metrics and structured JSON logging for production-grade monitoring.
- **Refactoring**: Standardized environment variable loading using `rustfs_utils::envs`.
- **Localization**: Translated all source code comments and documentation from Chinese to English.
- **Test Suite**: Fixed test dependencies and updated integration tests for Axum/Tower compatibility.
- **Documentation**: Completed `README.md` with comprehensive configuration and usage guides.
2026-01-14 23:24:58 +08:00
安正超
cb53ee13cd
fix: handle copy_source_if_match in copy_object for S3 compatibility ( #1408 )
...
Co-authored-by: loverustfs <hello@rustfs.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-01-14 21:09:13 +08:00
houseme
60d3374804
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
2026-01-14 20:42:16 +08:00
Arthur Darcet
6928221b56
In the PVC definition, skip the storageClassName attr if null/empty ( #1498 )
...
Signed-off-by: Arthur Darcet <arthur.darcet@mistral.ai >
Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-01-14 20:18:00 +08:00
houseme
2d58eea702
fix: exclude matching key from ListObjects results when using marker/startAfter ( #1506 )
2026-01-14 19:21:51 +08:00
houseme
8c00838398
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
...
# Conflicts:
# crates/config/src/constants/mod.rs
# crates/config/src/lib.rs
2026-01-14 18:10:35 +08:00
houseme
109ca7a100
perf(utils): optimize User-Agent generation and platform detection ( #1504 )
2026-01-14 18:08:02 +08:00
Jasper Weyne
15e6d4dbd0
feat: add support for existing gateways in helm chart ( #1469 )
...
Co-authored-by: loverustfs <hello@rustfs.com >
2026-01-14 17:54:37 +08:00
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
houseme
650fae71fb
Remove the rustfs/console/config.json route ( #1487 )
2026-01-13 10:15:41 +08:00
houseme
dc76e4472e
Fix object tagging functionality issues #1415 ( #1485 )
2026-01-13 01:11:50 +08:00
houseme
b5140f0098
build(deps): bump tracing-opentelemetry and flate2 version ( #1484 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: houseme <housemecn@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 23:53:31 +08:00
LeonWang0735
5f2e594480
fix:handle null version ID in delete and return version_id in get_object ( #1479 )
...
Signed-off-by: houseme <housemecn@gmail.com >
Co-authored-by: houseme <housemecn@gmail.com >
2026-01-12 22:02:09 +08:00
houseme
bec51bb783
fix: return 404 for HEAD requests on non-existent objects in TLS ( #1480 )
2026-01-12 19:30:59 +08:00
houseme
1fad8167af
dependency name ignore for object_store ( #1481 )
2026-01-12 19:13:37 +08:00
weisd
f0da8ce216
fix: avoid unwrap() panic in delete_prefix parsing ( #1476 )
...
Co-authored-by: houseme <housemecn@gmail.com >
2026-01-12 13:26:01 +08:00
houseme
f9d3a908f0
Refactor:replace jsonwebtoken feature from rust_crypto to aws_lc_rs ( #1474 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 12:25:02 +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
weisd
78b13f3ff2
fix: add delete prefix option support ( #1471 )
2026-01-12 11:19:09 +08:00
houseme
91c613f2d7
init
2026-01-12 01:23:12 +08:00
houseme
01af6f2837
Merge branch 'main' of github.com:rustfs/rustfs into fix/axum-trusted-proxies
...
# Conflicts:
# Cargo.lock
2026-01-11 23:54:05 +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
houseme
ddaa9e35ea
fix(http): Fix console bucket management functionality failure caused by RUSTFS_SERVER_DOMAINS ( #1467 )
2026-01-11 16:47:51 +08:00
houseme
66c6d4707e
add copyright
2026-01-10 22:23:46 +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
loverustfs
e614e530cf
Modify ahead images url
2026-01-10 16:12:40 +08:00
loverustfs
00119548d2
Ahead
2026-01-10 16:11:11 +08:00