Commit Graph

13 Commits

Author SHA1 Message Date
houseme 09e8bc8f02 fix 2025-06-18 23:46:55 +08:00
houseme 9339093638 init event crate 2025-06-10 09:59:49 +08:00
houseme 4199bf2ba4 modify crates name 2025-06-06 11:14:36 +08:00
houseme 8555d48ca2 fix 2025-06-04 23:46:14 +08:00
houseme 703c465bd0 improve code 2025-05-30 15:39:21 +08:00
houseme d27ddcb8f7 fix 2025-05-28 22:56:06 +08:00
houseme 8660c2af12 merge main 2025-05-28 17:26:31 +08:00
houseme a9c6bb8f0d add 2025-05-27 11:53:47 +08:00
houseme 2cadbba6ad Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/observability-metrics
# Conflicts:
#	Cargo.toml
#	iam/src/manager.rs
#	iam/src/store/object.rs
#	rustfs/src/admin/handlers/sts.rs
#	rustfs/src/main.rs
#	rustfs/src/storage/ecfs.rs
2025-05-25 18:10:13 +08:00
houseme dee19fdc35 improve code for event 2025-05-25 17:52:22 +08:00
houseme 0f22b21c8d improve channel adapter 2025-05-21 16:44:59 +08:00
houseme 1c088546b3 add 2025-05-21 07:15:47 +08:00
houseme c6de1ae994 feat: rename crate from rustfs-event-notifier to rustfs-event
This change simplifies the crate name to better reflect its core functionality
as the event handling system for RustFS. The renamed package maintains all
existing functionality while improving naming consistency across the project.

- Updated all imports and references to use the new crate name
- Maintained API compatibility with existing implementations
- Updated tests to reflect the name change
2025-05-19 17:23:17 +08:00