Commit Graph
2221 Commits
Author SHA1 Message Date
43bf846633 fix: correct max_keys field in list_object_versions response (#1576)
Signed-off-by: 安正超 <[email protected]>
Co-authored-by: loverustfs <[email protected]>
Co-authored-by: Copilot <[email protected]>
2026-01-22 20:58:03 +08:00
db253c01a9 refactor: replace chrono with jiff for time handling (#1582)
Co-authored-by: houseme <[email protected]>
1.0.0-alpha.81
2026-01-22 17:24:56 +08:00
weisdandGitHub 6631407416 feat: Add RustFS Scanner Module and Multiple Bug Fixes (#1579) 2026-01-22 13:39:38 +08:00
6c5f8e591a Fix/correctly handle get object ifmatch&ifnonematch (#1563)
Co-authored-by: loverustfs <[email protected]>
Co-authored-by: heihutu <[email protected]>
2026-01-22 10:34:05 +08:00
3b5f7fb3ff Fix/correctly handle object lock (#1556)
Signed-off-by: 安正超 <[email protected]>
Co-authored-by: loverustfs <[email protected]>
Co-authored-by: 安正超 <[email protected]>
Co-authored-by: Copilot <[email protected]>
2026-01-22 00:15:21 +08:00
87ead2bea3 fix: implement get_object_torrent to return 404 NoSuchKey (#1575)
Signed-off-by: 安正超 <[email protected]>
Co-authored-by: Copilot <[email protected]>
2026-01-21 21:49:22 +08:00
安正超andGitHub 0320508f8d feat: add comprehensive skills and agents for Rust development (#1573) 2026-01-21 20:45:39 +08:00
47ec125589 fix(s3): return NoSuchUpload for abort_multipart_upload when upload_id not found (#1569)
Signed-off-by: 安正超 <[email protected]>
Co-authored-by: Copilot <[email protected]>
2026-01-21 20:45:18 +08:00
9fc1c264b0 fix(s3): add x-amz-tagging-count header to HEAD object response (#1568)
Co-authored-by: houseme <[email protected]>
2026-01-21 20:45:06 +08:00
安正超andGitHub ae50760fcc fix(s3): return NoSuchTagSet for get_bucket_tagging when tags not set (#1567) 2026-01-21 00:10:37 +08:00
majingheandGitHub 60d54af749 enhancement: add podman installation support and static files generating (#1565) 2026-01-20 20:53:59 +08:00
housemeandGitHub f59380ae17 docs: remove deprecated RUSTFS_EXTERNAL_ADDRESS and RUST_LOG variables (#1561) 2026-01-20 17:34:33 +08:00
7c8fd8518f feat(admin): make capacity calculation resilient when backend info is missing (#1560)
Signed-off-by: heihutu <[email protected]>
Signed-off-by: majinghe <[email protected]>
Co-authored-by: majinghe <[email protected]>
Co-authored-by: heihutu <[email protected]>
2026-01-20 13:03:09 +08:00
14ce251e3b enhancement: unify logger level setting using obs env instead of RUST_LOG (#1529)
Signed-off-by: heihutu <[email protected]>
Signed-off-by: majinghe <[email protected]>
Co-authored-by: heihutu <[email protected]>
2026-01-20 12:09:41 +08:00
Peter OldsandGitHub d578707f95 Helm: Add ability to enable Virtual Hosting paths (#1559) 2026-01-20 10:39:17 +08:00
housemeandGitHub 46126ade81 upgrade s3s version (#1558) 2026-01-19 23:14:23 +08:00
51bfb9c4f2 perf: optimize transport layer (TCP/TLS/H2) for S3 traffic (#1551)
Signed-off-by: heihutu <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-19 13:43:02 +08:00
housemeandGitHub 99be71e4c2 feat(http): Enable dynamic window adjustment (#1549) 2026-01-19 09:53:17 +08:00
housemeandGitHub a9f499282c fix: Increase lock acquire timeout for network storage reliability (#1548) 2026-01-19 01:14:36 +08:00
housemeandGitHub c9e2d7da2a Dependabot/cargo/dep 0117 (#1547) 2026-01-18 12:02:53 +08:00
e52a60e64e helm: disable default resources, fix poddisruptionbudget condition (#1539)
Signed-off-by: Juri Malinovski <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-17 21:35:01 +08:00
28e2af0829 helm: use values in test connection pod image (#1536)
Co-authored-by: heihutu <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-17 21:14:55 +08:00
LeonWang0735andGitHub 3012119b81 optimize:replace size magic number -1 with SIZE_TRANSFORMED constant (#1542) 2026-01-17 19:24:44 +08:00
76fa86fdc5 feat(server): optimize http transport and socket configuration for S3… (#1537)
Co-authored-by: houseme <[email protected]>
2026-01-17 02:53:24 +08:00
LeonWang0735andGitHub 2ab6f8c029 fix:correctly handle compress object when put object (#1534) 2026-01-16 23:11:48 +08:00
weisdandGitHub 0927f937a7 fix: Fix BitrotWriter encode writer implementation (#1531) 2026-01-16 17:11:54 +08:00
548a39ffe7 fix: return error instead of silently ignoring invalid ARNs in notification config (#1528)
Co-authored-by: Claude Opus 4.5 <[email protected]>
2026-01-16 16:12:55 +08:00
ed4329d50c fix:correctly handle copy object (#1512)
Co-authored-by: loverustfs <[email protected]>
1.0.0-alpha.80
2026-01-16 10:07:48 +08:00
LeonWang0735andGitHub 18b22eedd9 Fix:correctly handle versioning obj (#1521) 2026-01-16 08:12:05 +08:00
55e4cdec5d feat: add Cors (#1496)
Signed-off-by: GatewayJ <[email protected]>
Co-authored-by: loverustfs <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-15 20:03:26 +08:00
housemeandGitHub dceb7aac8a upgrade s3s from 0.13.0-alpha.1 to 0.13.0-alpha.2 (#1518) 2026-01-15 17:18:54 +08:00
GatewayJandGitHub e3a7eb2d3d fix: standart policy format (#1508) 2026-01-15 15:33:22 +08:00
majingheandGitHub 1e683f12ef fix: change health check statement to fix unhealthy issue for docker … (#1515) 2026-01-15 11:29:45 +08:00
housemeandGitHub 6a63fba5c2 chore(deps): bump crc-fast, chrono, aws-smithy-types, ssh-key (#1513) 2026-01-15 10:51:14 +08:00
housemeandGitHub 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 <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-14 21:09:13 +08:00
6928221b56 In the PVC definition, skip the storageClassName attr if null/empty (#1498)
Signed-off-by: Arthur Darcet <[email protected]>
Co-authored-by: majinghe <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-14 20:18:00 +08:00
housemeandGitHub 2d58eea702 fix: exclude matching key from ListObjects results when using marker/startAfter (#1506) 2026-01-14 19:21:51 +08:00
housemeandGitHub 109ca7a100 perf(utils): optimize User-Agent generation and platform detection (#1504) 2026-01-14 18:08:02 +08:00
15e6d4dbd0 feat: add support for existing gateways in helm chart (#1469)
Co-authored-by: loverustfs <[email protected]>
2026-01-14 17:54:37 +08:00
Jan SandGitHub 68c5c0b834 Use POSIX statvfs, since statfs is not designed to be portable (#1495) 2026-01-14 16:03:32 +08:00
housemeandGitHub 27480f7625 Refactor Event Admin Handlers and Parallelize Target Status Probes (#1501) 2026-01-14 14:18:02 +08:00
housemeandGitHub f795299d53 Optimization and collation of dependencies introduction processing (#1493) 2026-01-13 15:02:54 +08:00
housemeandGitHub 650fae71fb Remove the rustfs/console/config.json route (#1487) 2026-01-13 10:15:41 +08:00
housemeandGitHub dc76e4472e Fix object tagging functionality issues #1415 (#1485) 2026-01-13 01:11:50 +08:00
housemeGitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b5140f0098 build(deps): bump tracing-opentelemetry and flate2 version (#1484)
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: houseme <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 23:53:31 +08:00
5f2e594480 fix:handle null version ID in delete and return version_id in get_object (#1479)
Signed-off-by: houseme <[email protected]>
Co-authored-by: houseme <[email protected]>
2026-01-12 22:02:09 +08:00
housemeandGitHub bec51bb783 fix: return 404 for HEAD requests on non-existent objects in TLS (#1480) 2026-01-12 19:30:59 +08:00
housemeandGitHub 1fad8167af dependency name ignore for object_store (#1481) 2026-01-12 19:13:37 +08:00
f0da8ce216 fix: avoid unwrap() panic in delete_prefix parsing (#1476)
Co-authored-by: houseme <[email protected]>
2026-01-12 13:26:01 +08:00