Commit Graph

7 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
8660c2af12 merge main 2025-05-28 17:26:31 +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
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