You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a DeleteFile operation to the Fleetspeak FileStore and admin service, allowing for the removal of files previously stored via StoreFile.
The changes include:
- Implemented `DeleteFile` in all datastore implementations.
- Implemented the `DeleteFile` RPC
- Added a `deletefile` command to the Fleetspeak admin CLI.
This provides feature parity with the existing `StoreFile` operation, enabling better management of files stored within Fleetspeak.
PiperOrigin-RevId: 792168672
0 commit comments