Description
Implement the watch command for monitoring S3 bucket events in real-time.
Requirements
- Subscribe to bucket notifications (object created, deleted, etc.)
- Support event filtering by prefix/suffix
- Requires S3 Bucket Notifications feature support
Acceptance Criteria
Notes
This is a capability-dependent feature. Requires the storage provider to support S3 Bucket Notifications or compatible event streaming.
Description
Implement the
watchcommand for monitoring S3 bucket events in real-time.Requirements
Acceptance Criteria
rc watch <bucket>- Watch for events on a bucket--events create,delete)--prefix,--suffix)EXIT_UNSUPPORTED_FEATURE (7)when Notifications is not supported--forceflag to bypass capability detectionNotes
This is a capability-dependent feature. Requires the storage provider to support S3 Bucket Notifications or compatible event streaming.