24 Commits (master)

Author SHA1 Message Date
Chris Lu 79722bcf30
Add s3tables shell and admin UI (#8172) 3 days ago
Chris Lu f1e27b8f30
s3: change s3 tables to use RESTful API (#8169) 3 days ago
Chris Lu d5ce6a4cda s3tables: refactor bucket name validation into single function 5 days ago
Chris Lu 2f155ee5ee
feat: Add S3 Tables support for Iceberg tabular data (#8147) 5 days ago
Chris Lu 549b65785d refactor 5 days ago
Chris Lu 590e7efbef s3tables: Separate table name pattern constant for clarity 5 days ago
Chris Lu fb8390c6a7 s3tables: Rename tableMetadataInternal.Schema to Metadata 5 days ago
Chris Lu 191a858e72 s3tables: Fix parseTableFromARN() namespace and table name validation 5 days ago
Chris Lu fb4fb8b082 s3tables: Validate bucket name in parseBucketNameFromARN() 5 days ago
Chris Lu b142689232 follow aws spec 5 days ago
Chris Lu d98e104dc5 s3tables: align ARN regex patterns with S3 standards and refactor to constants 5 days ago
Chris Lu c8cfbaa069 s3tables: implement strict AWS-aligned name validation for buckets, namespaces, and tables 5 days ago
Chris Lu 1697ec862f ownerAccountID 5 days ago
Chris Lu 090d473822 s3tables: allow hyphens in namespace and table names 5 days ago
Chris Lu e381b81b47 s3tables: use crypto/rand for secure version token generation 5 days ago
Chris Lu ab6351e1c9 s3tables: implement validateTableName helper 5 days ago
Chris Lu ae19621230 S3 Tables: validate ARN namespace to prevent path traversal 5 days ago
Chris Lu a3af5eb77a s3tables: optimize regex usage and improve version token uniqueness 5 days ago
Chris Lu da15ee3e49 s3tables: harden namespace validation and correct ARN parsing 5 days ago
Chris Lu 3aace37cf6 s3tables: further refinements to filer operations and utilities 5 days ago
Chris Lu 33da87452b Refine S3 Tables implementation to address code review feedback 5 days ago
Chris Lu b01504649d s3tables: use path.Join for path construction and align namespace paths 5 days ago
Chris Lu b09d4d5d69 s3tables: replace custom splitPath with stdlib functions 6 days ago
Chris Lu dd7003a328 s3tables: add bucket name validation and fix error handling 6 days ago
Chris Lu d730f81321 s3tables: extract utility and filer operations to separate modules 6 days ago