reatang
a26ddf3aaa
Resolving the issue of encryption parameters not being stored.
2026-01-17 01:15:20 +08:00
reatang
190ebb2832
chore: update dependencies in Cargo.lock and Cargo.toml
2026-01-16 23:40:23 +08:00
reatang
8588188cac
Refactor the relationship between SSE and KMS, and decouple them through interfaces.
2026-01-16 23:32:39 +08:00
reatang
d00ce55047
Refactor the SSE decoding code to the SSE layer
2026-01-16 23:32:39 +08:00
reatang
680a017759
Refactoring the SSE layer encryption function
2026-01-16 23:32:39 +08:00
reatang
6bbf8b8650
The APIs exported by the SSE module have been refactored.
2026-01-16 23:32:39 +08:00
reatang
d6b9f9557f
feat: implement unified encryption and decryption API
...
This update introduces a unified API for encryption and decryption in the SSE module, consolidating the previous methods into two core functions: `apply_encryption()` and `apply_decryption()`. The new API simplifies the process of applying server-side encryption (SSE-S3, SSE-KMS, and SSE-C) and enhances code readability. Additionally, detailed documentation and examples have been added to guide usage.
2026-01-16 23:32:29 +08:00
reatang
b4c436ffe0
Completely extract the SSE layer from the business logic.
2026-01-16 23:32:29 +08:00
Andreas Nussberger
09a90058ff
helm: add nodeSelector to standalone deployment ( #1367 )
...
Co-authored-by: majinghe <42570491+majinghe@users.noreply.github.com >
2026-01-16 23:32:06 +08:00
houseme
ef24e2b886
chore: upgrade dependencies and migrate to aws-lc-rs ( #1333 )
2026-01-16 23:32:06 +08:00
yxrxy
c63fcebfe1
Feat/ftps&sftp ( #1308 )
...
[feat] ftp / sftp
2026-01-16 23:31:07 +08:00
reatang
81accd0bff
Optimize structure names to prevent conflicts
2026-01-16 23:22:43 +08:00
reatang
ec3b75bbb6
Remove useless parameters
2026-01-16 23:22:43 +08:00
reatang
6d3bdc0b3e
feat: Implement zero-downtime reconfiguration for KMS service
...
- Added support for versioned service management in KmsServiceManager, allowing seamless reconfiguration without interrupting ongoing operations.
- Introduced ArcSwap for atomic service switching, ensuring instant updates without blocking.
- Enhanced service lifecycle management with mutex protection for concurrent operations.
- Updated dependencies in Cargo.toml and Cargo.lock to include arc-swap.
- Refactored encryption service handling, moving to a new module structure for better organization.
This change significantly improves the KMS service's reliability and performance during configuration changes.
2026-01-16 23:22:43 +08:00
LeonWang0735
2ab6f8c029
fix:correctly handle compress object when put object ( #1534 )
2026-01-16 23:11:48 +08:00
weisd
0927f937a7
fix: Fix BitrotWriter encode writer implementation ( #1531 )
2026-01-16 17:11:54 +08:00
Audric
548a39ffe7
fix: return error instead of silently ignoring invalid ARNs in notification config ( #1528 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-16 16:12:55 +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
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
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
df502f2ac6
chore(deps): bump multiple dependencies ( #1510 )
2026-01-15 00:57:04 +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
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
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
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
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
GatewayJ
d532c7c972
feat: object-list access ( #1457 )
...
Signed-off-by: loverustfs <github@rustfs.com >
Co-authored-by: loverustfs <hello@rustfs.com >
Co-authored-by: loverustfs <github@rustfs.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-10 10:11:08 +08:00