Commit Graph

633 Commits

Author SHA1 Message Date
weisd 390664f2ed Merge pull request #194 from rustfs/fix/metadata
fix: #189 #192
2024-12-29 23:37:51 +08:00
weisd 450ff132e0 fix: #189 #192 2024-12-29 23:36:10 +08:00
junxiangMu 4d7848fa3b Merge pull request #190 from rustfs/wip-dandan
fix heal
2024-12-29 20:35:29 +08:00
junxiang Mu f52882ede6 remove debug info
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 20:34:39 +08:00
junxiang Mu a55b45c0ee tmp 5
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 20:27:05 +08:00
junxiang Mu 2f5f352f9a tmp 4
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 20:25:23 +08:00
junxiang Mu dc3154b883 tmp 3
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 18:19:46 +08:00
weisd a0e38f5d51 Merge pull request #187 from rustfs/iam/add-tests
test(iam): add policy_is_allowed
2024-12-29 18:01:25 +08:00
weisd 5e44901b45 Merge pull request #188 from rustfs/fix/versioning
fix: #186 multipart upload version
2024-12-29 17:57:32 +08:00
junxiang Mu 874679e65d tmp 2
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 17:43:51 +08:00
junxiang Mu 57f0370ab8 tmp1
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-29 17:43:51 +08:00
weisd dfc633dcee fix: #186 multipart upload version 2024-12-29 17:18:26 +08:00
bestgopher 2126c36a73 test(iam): add policy_is_allowed 2024-12-29 16:25:06 +08:00
weisd 83ac391603 fix multipart upload etag 2024-12-29 08:51:25 +08:00
weisd 7e4112a912 clippy 2024-12-28 22:41:51 +08:00
weisd 5e131c9b49 Merge pull request #184 from rustfs/list-objects
List objects
2024-12-28 22:34:15 +08:00
weisd b4da1006e9 Merge branch 'main' into list-objects 2024-12-28 22:31:46 +08:00
weisd 70c3ac27eb Merge remote-tracking branch 'origin/main' into list-objects 2024-12-28 22:23:14 +08:00
weisd 25fb79776b Merge pull request #185 from rustfs/fix/etag
fix: #174  etag for multipart upload
2024-12-28 22:17:40 +08:00
weisd e484002d4a fix: #174 etag for multipart upload 2024-12-28 22:07:03 +08:00
weisd d84c0e03d9 fix: #174 2024-12-26 16:32:27 +08:00
weisd d2c71a5a47 rm test 2024-12-26 09:30:40 +08:00
weisd 1af62dafa4 cargo fmt 2024-12-26 00:17:41 +08:00
weisd 34b16293ba merge main 2024-12-26 00:10:11 +08:00
weisd ff23706b10 marker done, need test 2024-12-25 23:35:41 +08:00
junxiangMu 037ea961f2 Merge pull request #183 from rustfs/wip-dandan
reduce panic function call
2024-12-25 15:02:48 +08:00
junxiang Mu 9c7bcd4c2f reduce panic function call
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-25 15:01:26 +08:00
loverustfs 27cde3ec20 Merge pull request #182 from rustfs/windows_compile
fix: fix windows compile error
2024-12-24 23:05:48 +08:00
shiro.lee f08ec77a73 fix: fix windows compile error 2024-12-24 22:51:50 +08:00
weisd 2e0ee441cf clippy 2024-12-24 20:04:40 +08:00
weisd fe6dd0c6eb Merge branch 'list-objects-rpc' into list-objects 2024-12-24 20:02:12 +08:00
weisd 938df62167 review list_objects 2024-12-24 17:01:37 +08:00
weisd bfd58e5749 fix:#175 add list_object_versions 2024-12-23 23:24:11 +08:00
weisd e725c97536 remove openssl dep 2024-12-23 19:58:37 +08:00
junxiang Mu 9dec7b1f66 rewrite decode
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-23 17:46:39 +08:00
junxiang Mu d4c58cb41f fix unimport err
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-23 17:11:38 +08:00
junxiang Mu c078a4e04c add test case
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-23 16:21:30 +08:00
junxiang Mu ab26b7c1ca refactor walk_dir grpc api
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-23 16:21:30 +08:00
weisd b46a78fb63 fix check file not found use is_err_object_not_found 2024-12-23 15:44:24 +08:00
weisd a40c2e2978 clippy 2024-12-22 11:27:56 +08:00
weisd 259e0f95da todo: rpc walk_dir use writer 2024-12-22 11:01:50 +08:00
weisd 67ea60a0fa todo: rpc walk_dir use writer 2024-12-22 10:52:52 +08:00
weisd 5158ca14c9 fix mc ls -r 2024-12-22 05:35:08 +08:00
weisd 34448c9e89 clippy 2024-12-22 05:04:48 +08:00
weisd 13302c3586 list_object v2 use channel, todo other params 2024-12-22 04:57:15 +08:00
junxiangMu efed0a4884 Merge pull request #170 from rustfs/fix_heal
Fix heal
2024-12-19 18:20:57 +08:00
junxiang Mu e95318092c add tick check disk
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-19 17:27:17 +08:00
junxiang Mu f472c16e8a add auto fix disk
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-19 17:27:16 +08:00
junxiang Mu fac0feeeaa add down object heal
Signed-off-by: junxiang Mu <1948535941@qq.com>
2024-12-19 17:26:43 +08:00
junxiangMu f902d4b1f6 Merge pull request #169 from rustfs/refactor-err
Refactor err
2024-12-19 17:21:21 +08:00