s3tables: add handler_ prefix to operation handler files

- Rename bucket_create.go → handler_bucket_create.go
- Rename bucket_get_list_delete.go → handler_bucket_get_list_delete.go
- Rename namespace.go → handler_namespace.go
- Rename table.go → handler_table.go
- Rename policy.go → handler_policy.go

Improves file organization by clearly identifying handler implementations.
No code changes, refactoring only.
This commit is contained in:
Chris Lu
2026-01-28 01:00:00 -08:00
parent 0dcb175514
commit 3b1920cf43
6 changed files with 0 additions and 0 deletions

View File