weisd
|
d25d233cdc
|
fix #110 #112 add ServerInfoHandler need test
|
2025-01-06 16:02:21 +08:00 |
|
weisd
|
3a799a6cca
|
Merge pull request #201 from rustfs/fix/list-object
fix:#191
|
2025-01-03 15:15:32 +08:00 |
|
weisd
|
b8e4515714
|
fix:#191
|
2025-01-03 14:42:11 +08:00 |
|
weisd
|
59343a7263
|
Merge pull request #199 from rustfs/dependabot/cargo/dependencies-0b5f48f217
Bump the dependencies group with 19 updates
|
2025-01-03 09:21:47 +08:00 |
|
weisd
|
105fd5e9d5
|
Merge pull request #200 from rustfs/copyobject
feat:#165 copyobject v1
|
2025-01-03 09:20:51 +08:00 |
|
weisd
|
47f365d385
|
feat:#165 copyobject v1
|
2025-01-03 02:09:51 +08:00 |
|
dependabot[bot]
|
4cc787b0ec
|
Bump the dependencies group with 19 updates
Bumps the dependencies group with 19 updates:
| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
| [flatbuffers](https://github.com/google/flatbuffers) | `24.3.25` | `24.12.23` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.5.2` |
| [http](https://github.com/hyperium/http) | `1.1.0` | `1.2.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.13.3` | `0.13.4` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.9` |
| [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.42.0` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` |
| [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` |
| [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.36.0` | `0.37.0` |
| [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` |
| [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) | `0.8.12` | `0.8.15` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` |
Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39)
Updates `clap` from 4.5.21 to 4.5.23
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23)
Updates `flatbuffers` from 24.3.25 to 24.12.23
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/flatbuffers/compare/v24.3.25...v24.12.23)
Updates `hyper` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v1.5.1...v1.5.2)
Updates `http` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v1.1.0...v1.2.0)
Updates `prost` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.13.3...v0.13.4)
Updates `prost-types` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/prost/compare/v0.13.3...v0.13.4)
Updates `serde` from 1.0.215 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.217)
Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)
Updates `thiserror` from 2.0.3 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.9)
Updates `time` from 0.3.36 to 0.3.37
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.36...v0.3.37)
Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0)
Updates `tokio-stream` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.16...tokio-stream-0.1.17)
Updates `tower` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](https://github.com/tower-rs/tower/compare/tower-0.5.1...tower-0.5.2)
Updates `tokio-util` from 0.7.12 to 0.7.13
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.12...tokio-util-0.7.13)
Updates `shadow-rs` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.36.0...v0.37.0)
Updates `glob` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/rust-lang/glob/releases)
- [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/glob/compare/0.3.1...v0.3.2)
Updates `xxhash-rust` from 0.8.12 to 0.8.15
- [Commits](https://github.com/DoumanAsh/xxhash-rust/commits)
Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0)
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: flatbuffers
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: hyper
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: http
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: prost
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: prost-types
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: time
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: tokio-stream
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: tower
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: tokio-util
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: shadow-rs
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: glob
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: xxhash-rust
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-01 05:43:52 +00:00 |
|
weisd
|
db5b247d58
|
Merge pull request #198 from rustfs/list-objects
fix: #137 #186 skip delete marker objects when list object
|
2024-12-31 17:02:20 +08:00 |
|
weisd
|
dd0a744a3e
|
fix: #137 #186 skip delete marker objects when list object
|
2024-12-31 16:57:01 +08:00 |
|
weisd
|
2d0f286a66
|
Merge pull request #197 from rustfs/ec_test
fix: #196 can_decode blocks check err
|
2024-12-30 14:24:08 +08:00 |
|
weisd
|
82799c3ac5
|
fix can_decode num count
|
2024-12-30 14:00:57 +08:00 |
|
junxiangMu
|
535ab137f4
|
Merge pull request #195 from rustfs/wip-dandan
fix remote err && lock err
|
2024-12-30 11:39:24 +08:00 |
|
junxiang Mu
|
c749cda90d
|
fix remote err && lock err
Signed-off-by: junxiang Mu <1948535941@qq.com>
|
2024-12-30 11:38:36 +08:00 |
|
weisd
|
3fb689ebfa
|
fix: #189 #192
|
2024-12-29 23:49:34 +08:00 |
|
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 |
|