Browse Source

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.
pull/8147/head
Chris Lu 4 days ago
parent
commit
3b1920cf43
  1. 0
      test/s3tables/client_methods.go
  2. 0
      weed/s3api/s3tables/handler_bucket_create.go
  3. 0
      weed/s3api/s3tables/handler_bucket_get_list_delete.go
  4. 0
      weed/s3api/s3tables/handler_namespace.go
  5. 0
      weed/s3api/s3tables/handler_policy.go
  6. 0
      weed/s3api/s3tables/handler_table.go

0
test/s3tables/client_methods.go

0
weed/s3api/s3tables/bucket_create.go → weed/s3api/s3tables/handler_bucket_create.go

0
weed/s3api/s3tables/bucket_get_list_delete.go → weed/s3api/s3tables/handler_bucket_get_list_delete.go

0
weed/s3api/s3tables/namespace.go → weed/s3api/s3tables/handler_namespace.go

0
weed/s3api/s3tables/policy.go → weed/s3api/s3tables/handler_policy.go

0
weed/s3api/s3tables/table.go → weed/s3api/s3tables/handler_table.go

Loading…
Cancel
Save