26 Commits (b7c1eba0a10042d263fd7f8a3b8bdeba32a025fa)

Author SHA1 Message Date
Chris Lu ae19621230 S3 Tables: validate ARN namespace to prevent path traversal 6 days ago
Chris Lu f13e250fc3 S3 Tables: fix gRPC stream loop handling for list operations 6 days ago
Chris Lu dc4c62e742 s3tables: harden auth and error handling 6 days ago
Chris Lu a3af5eb77a s3tables: optimize regex usage and improve version token uniqueness 6 days ago
Chris Lu 1c0d37e15a s3tables: improve error handling and permission logic 6 days ago
Chris Lu 62a1178a0b s3tables: improve robustness, security, and error propagation in handlers 6 days ago
Chris Lu da15ee3e49 s3tables: harden namespace validation and correct ARN parsing 6 days ago
Chris Lu b4d8350936 s3tables: normalize filer errors and use standard helpers 6 days ago
Chris Lu 04514071a7 s3tables: implement granular authorization and refine error responses 6 days ago
Chris Lu c62a332c7f s3tables: align ARN formatting and optimize resource handling 6 days ago
Chris Lu 2c551dad5d s3tables: fix pagination and enhance error handling in list/delete operations 6 days ago
Chris Lu 3aace37cf6 s3tables: further refinements to filer operations and utilities 6 days ago
Chris Lu 33da87452b Refine S3 Tables implementation to address code review feedback 6 days ago
Chris Lu 08ee4e37d8 s3tables: clean up unused code and improve error response formatting 6 days ago
Chris Lu b30631c3b5 s3tables: propagate request context to filer operations 6 days ago
Chris Lu b01504649d s3tables: use path.Join for path construction and align namespace paths 6 days ago
Chris Lu fb0e12e985 s3tables: implement permission checking and authorization 6 days ago
Chris Lu 450407fda1 s3tables: improve error handling specificity in ListTableBuckets 6 days ago
Chris Lu b09d4d5d69 s3tables: replace custom splitPath with stdlib functions 6 days ago
Chris Lu ef3873b616 s3tables: add error handling for json.Marshal calls 6 days ago
Chris Lu dd7003a328 s3tables: add bucket name validation and fix error handling 6 days ago
Chris Lu 3b1920cf43 s3tables: add handler_ prefix to operation handler files 6 days ago
Chris Lu 0be47f9efd s3tables: complete s3tables package implementation 6 days ago
Chris Lu 62fd4bd017 s3tables: simplify handler by removing duplicate utilities 6 days ago
Chris Lu 09bb90e8dc s3tables: split table bucket operations into focused modules 6 days ago
Chris Lu d730f81321 s3tables: extract utility and filer operations to separate modules 6 days ago