Files
seaweedFS/weed
Chris Lu fb0e12e985 s3tables: implement permission checking and authorization
- Add permissions.go with permission definitions and checks
- Define permissions for all 21 S3 Tables operations
- Add permission checking helper functions
- Add getPrincipalFromRequest to extract caller identity
- Implement access control in CreateTableBucket, GetTableBucket, DeleteTableBucket
- Return 403 Forbidden for unauthorized operations
- Only bucket owner can perform operations (extensible for future policies)
- Add AuthError type for authorization failures
2026-01-28 01:18:11 -08:00
..
2026-01-27 17:27:02 -08:00
2024-02-14 08:26:38 -08:00
2026-01-23 16:38:36 -08:00
2026-01-18 15:48:09 -08:00
2026-01-23 21:38:51 -08:00